diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | sksys.sty | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,4 @@ -DBLATEX_OPTS="-P latex.encoding=utf8 -P latex.output.revhistory=0 -P doc.publisher.show=0 -P latex.class.options=a4paper,12pt,abstraction,titlepage -s sksys.sty" +DBLATEX_OPTS="-P latex.encoding=utf8 -P latex.output.revhistory=0 -P doc.publisher.show=0 -P latex.class.options=a4paper,12pt,abstraction,titlepage -s sksys.sty -b xetex" IMAGES!=ls image/*.dia GenSVG=${IMAGES:S/.dia$/.svg/} @@ -3,5 +3,4 @@ % absolute path here; alternatively just copy the contents of it \RequirePackageWithOptions{/usr/share/asciidoc/dblatex/asciidoc-dblatex} -\usepackage{setspace} -\doublespacing +\usepackage[doublespacing]{setspace} |