diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-08 14:08:58 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-08 14:09:34 +0100 |
commit | 38f1d00b73948a938d05a38fe25939c4e937d4dc (patch) | |
tree | 3ece0515dae38c1f594e6b66285482c4c62589f5 /Makefile | |
parent | 0996dd594ee49f50ae18f3d81ab5835f7715d54b (diff) | |
download | sksys-38f1d00b73948a938d05a38fe25939c4e937d4dc.tar.gz sksys-38f1d00b73948a938d05a38fe25939c4e937d4dc.tar.bz2 sksys-38f1d00b73948a938d05a38fe25939c4e937d4dc.zip |
doc: Set font-size to 12 and activate doublespacing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -DBLATEX_OPTS="-P latex.encoding=utf8 -P latex.output.revhistory=0 -P doc.publisher.show=0" +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" IMAGES!=ls image/*.dia GenSVG=${IMAGES:S/.dia$/.svg/} @@ -17,7 +17,7 @@ presentation.html: presentation.asciidoc asciidoc --backend=latex $< .SUFFIXES: .asciidoc .pdf -.asciidoc.pdf: +document.pdf: document.asciidoc sksys.sty a2x -f pdf --dblatex-opts=$(DBLATEX_OPTS) $< .SUFFIXES: .dia .svg |