summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--sksys.sty3
2 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8218a3e..d1a72dd 100644
--- a/Makefile
+++ b/Makefile
@@ -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/}
diff --git a/sksys.sty b/sksys.sty
index 0eb4d26..ccab443 100644
--- a/sksys.sty
+++ b/sksys.sty
@@ -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}