diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-05-18 13:27:56 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-05-18 13:54:18 +0200 |
commit | 34971c9bf1aab13b92a37fa15de2d199e6b705a2 (patch) | |
tree | 2f465b93ad16eabc8efb43c7ae684e7b1575e79b /doc/document.asciidoc | |
parent | f7907ad6b49723b778a9579a067df4539ccd01cf (diff) | |
download | dmc-34971c9bf1aab13b92a37fa15de2d199e6b705a2.tar.gz dmc-34971c9bf1aab13b92a37fa15de2d199e6b705a2.tar.bz2 dmc-34971c9bf1aab13b92a37fa15de2d199e6b705a2.zip |
document.asciidoc: Set latex encoding to utf8 for umlauts
Umlauts in headings are somehow not transformed to latin1.
Diffstat (limited to 'doc/document.asciidoc')
-rw-r--r-- | doc/document.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/document.asciidoc b/doc/document.asciidoc index b20332c..6941a78 100644 --- a/doc/document.asciidoc +++ b/doc/document.asciidoc @@ -3,6 +3,7 @@ DMC 2012 :author: Jan Klemkow, Benjamin Franzke :lang: de :doctype: book +// a2x: --dblatex-opts="-P latex.encoding=utf8" // a2x: --dblatex-opts "-P latex.output.revhistory=0" // a2x: --dblatex-opts "-P doc.publisher.show=0" |