summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-25 06:33:57 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-25 06:36:15 +0100
commit353a8fbbd6d689ebe7fb331b4f350b1cd89d062c (patch)
tree5f03065753ab2f1f0d83e6760c6ba1593b1405cd
parent887b8f9a339560fa24142dc4565d3f7031c93a9f (diff)
downloadasciidoc-boilerplate-353a8fbbd6d689ebe7fb331b4f350b1cd89d062c.tar.gz
asciidoc-boilerplate-353a8fbbd6d689ebe7fb331b4f350b1cd89d062c.tar.bz2
asciidoc-boilerplate-353a8fbbd6d689ebe7fb331b4f350b1cd89d062c.zip
Add thesis.conf which refelcts dblatex commandline args
-rw-r--r--thesis.conf4
-rw-r--r--thesis.mk2
2 files changed, 5 insertions, 1 deletions
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" $<