summaryrefslogtreecommitdiff
path: root/build/stylesheets/lang-drivers/driver.da.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'build/stylesheets/lang-drivers/driver.da.xsl')
-rw-r--r--build/stylesheets/lang-drivers/driver.da.xsl13
1 files changed, 13 insertions, 0 deletions
diff --git a/build/stylesheets/lang-drivers/driver.da.xsl b/build/stylesheets/lang-drivers/driver.da.xsl
new file mode 100644
index 000000000..212b42ed8
--- /dev/null
+++ b/build/stylesheets/lang-drivers/driver.da.xsl
@@ -0,0 +1,13 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+
+<xsl:output encoding="UTF-8"/>
+<xsl:param name="latex.inputenc">utf8</xsl:param>
+<xsl:variable name="latex.use.ucs">1</xsl:variable>
+<xsl:param name="latex.fontenc">T1</xsl:param>
+<xsl:param name="latex.book.preamble.post.l10n">
+ <xsl:text>\renewcommand{\rmdefault}{pnc}</xsl:text>
+ <xsl:text>\renewcommand{\sfdefault}{phv}</xsl:text>
+</xsl:param>
+
+</xsl:stylesheet>