diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-25 06:39:39 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-25 06:39:39 +0100 |
commit | c1cc7d4df3a85c7457e1ee507357d6aec86a878b (patch) | |
tree | 560a5adaf1f6971556bcb167ddf38f994f22ad6e | |
parent | 353a8fbbd6d689ebe7fb331b4f350b1cd89d062c (diff) | |
download | asciidoc-boilerplate-c1cc7d4df3a85c7457e1ee507357d6aec86a878b.tar.gz asciidoc-boilerplate-c1cc7d4df3a85c7457e1ee507357d6aec86a878b.tar.bz2 asciidoc-boilerplate-c1cc7d4df3a85c7457e1ee507357d6aec86a878b.zip |
Have to pass dblatex coptions on commandline
Or a2x will overwrite parameters..
-rw-r--r-- | thesis.conf | 4 | ||||
-rw-r--r-- | thesis.mk | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/thesis.conf b/thesis.conf deleted file mode 100644 index 67d34c3..0000000 --- a/thesis.conf +++ /dev/null @@ -1,4 +0,0 @@ -TexInputs: asciidoc-boilerplate/ -TexStyle: thesis -XslParam: asciidoc-boilerplate/thesis.xsl -Options: -b xetex @@ -1,3 +1,3 @@ .SUFFIXES: .txt .pdf .txt.pdf: - a2x -f pdf --dblatex-opts="-c asciidoc-boilerplate/thesis.conf" $< + a2x -f pdf --dblatex-opts="-i asciidoc-boilerplate -s thesis -p asciidoc-boilerplate/thesis.xsl -b xetex" $< |