From c1cc7d4df3a85c7457e1ee507357d6aec86a878b Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 25 Jan 2013 06:39:39 +0100 Subject: Have to pass dblatex coptions on commandline Or a2x will overwrite parameters.. --- thesis.conf | 4 ---- thesis.mk | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 thesis.conf 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 diff --git a/thesis.mk b/thesis.mk index 4acf2c8..1bde9d6 100644 --- a/thesis.mk +++ b/thesis.mk @@ -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" $< -- cgit