summaryrefslogtreecommitdiff
path: root/doc/manual/dvdomatic-pdf.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/dvdomatic-pdf.xsl')
-rw-r--r--doc/manual/dvdomatic-pdf.xsl17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/manual/dvdomatic-pdf.xsl b/doc/manual/dvdomatic-pdf.xsl
deleted file mode 100644
index 414fb64b8..000000000
--- a/doc/manual/dvdomatic-pdf.xsl
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version='1.0' encoding="iso-8859-1"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
-
-<!-- colour links in black -->
-<xsl:param name="latex.hyperparam">colorlinks,linkcolor=black,urlcolor=black</xsl:param>
-
-<!-- no revhistory table -->
-<xsl:param name="doc.collab.show">0</xsl:param>
-<xsl:param name="latex.output.revhistory">0</xsl:param>
-
-<!-- hack images to vaguely the right size -->
-<xsl:param name="imagedata.default.scale">scale=0.6</xsl:param>
-
-<!-- don't make too-ridiculous section numbers -->
-<xsl:param name="doc.section.depth">3</xsl:param>
-
-</xsl:stylesheet>