From 353a8fbbd6d689ebe7fb331b4f350b1cd89d062c Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 25 Jan 2013 06:33:57 +0100 Subject: Add thesis.conf which refelcts dblatex commandline args --- thesis.conf | 4 ++++ thesis.mk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 thesis.conf diff --git a/thesis.conf b/thesis.conf new file mode 100644 index 0000000..67d34c3 --- /dev/null +++ b/thesis.conf @@ -0,0 +1,4 @@ +TexInputs: asciidoc-boilerplate/ +TexStyle: thesis +XslParam: asciidoc-boilerplate/thesis.xsl +Options: -b xetex diff --git a/thesis.mk b/thesis.mk index 51ffc70..4acf2c8 100644 --- a/thesis.mk +++ b/thesis.mk @@ -1,3 +1,3 @@ .SUFFIXES: .txt .pdf .txt.pdf: - a2x -f pdf $< + a2x -f pdf --dblatex-opts="-c asciidoc-boilerplate/thesis.conf" $< -- cgit