summaryrefslogtreecommitdiff
path: root/build/stylesheets/lang-drivers/driver.cs.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'build/stylesheets/lang-drivers/driver.cs.xsl')
-rw-r--r--build/stylesheets/lang-drivers/driver.cs.xsl13
1 files changed, 0 insertions, 13 deletions
diff --git a/build/stylesheets/lang-drivers/driver.cs.xsl b/build/stylesheets/lang-drivers/driver.cs.xsl
deleted file mode 100644
index 212b42ed8..000000000
--- a/build/stylesheets/lang-drivers/driver.cs.xsl
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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>