summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-08 14:42:22 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-08 14:42:22 +0100
commitd193fe5de0a8fc4af27b25644f0278f354676f8f (patch)
treeb5367c8da7deffad1a605876f41bce167336cccb
parent73a32655c849a91b495501c19b42744169fbe119 (diff)
downloadsksys-d193fe5de0a8fc4af27b25644f0278f354676f8f.tar.gz
sksys-d193fe5de0a8fc4af27b25644f0278f354676f8f.tar.bz2
sksys-d193fe5de0a8fc4af27b25644f0278f354676f8f.zip
doc: Use xetex to build
Allows us to use DejaVu (<3) font. (enabled by default)
-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}