summaryrefslogtreecommitdiff
path: root/thesis.xsl
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-16 18:04:13 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-16 18:04:13 +0100
commit2b27c0ca0a11e53429b1d416ef93b38592c77e20 (patch)
treec8dfc7e5a129e428319a54bb96846a7349b22d93 /thesis.xsl
downloadasciidoc-boilerplate-2b27c0ca0a11e53429b1d416ef93b38592c77e20.tar.gz
asciidoc-boilerplate-2b27c0ca0a11e53429b1d416ef93b38592c77e20.tar.bz2
asciidoc-boilerplate-2b27c0ca0a11e53429b1d416ef93b38592c77e20.zip
Initial asciidoc thesis boilerplate
Diffstat (limited to 'thesis.xsl')
-rw-r--r--thesis.xsl10
1 files changed, 10 insertions, 0 deletions
diff --git a/thesis.xsl b/thesis.xsl
new file mode 100644
index 0000000..b568e4e
--- /dev/null
+++ b/thesis.xsl
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
+
+<xsl:param name="latex.style">hsw</xsl:param>
+<xsl:param name="latex.class.options">a4paper,12pt,abstraction,titlepage</xsl:param>
+<xsl:param name="doc.publisher.show">0</xsl:param>
+<xsl:param name="latex.output.revhistory">0</xsl:param>
+<xsl:param name="latex.encoding">utf8</xsl:param>
+</xsl:stylesheet>