From d193fe5de0a8fc4af27b25644f0278f354676f8f Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 8 Jan 2013 14:42:22 +0100 Subject: doc: Use xetex to build Allows us to use DejaVu (<3) font. (enabled by default) --- sksys.sty | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sksys.sty') 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} -- cgit