summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" $<