diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-17 21:16:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-17 21:16:37 +0100 |
| commit | ff5fbb8b9bf9223d558fb5074c8bec596826ece3 (patch) | |
| tree | 63699ebc5af1e58ae1791ab4075002b32b14442a /doc/manual/dcpomatic-pdf.xsl | |
| parent | fd6e4741135234521dd022924bc3bc286555a6d0 (diff) | |
DCP-o-matic tweaks.
Diffstat (limited to 'doc/manual/dcpomatic-pdf.xsl')
| -rw-r--r-- | doc/manual/dcpomatic-pdf.xsl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/manual/dcpomatic-pdf.xsl b/doc/manual/dcpomatic-pdf.xsl new file mode 100644 index 000000000..414fb64b8 --- /dev/null +++ b/doc/manual/dcpomatic-pdf.xsl @@ -0,0 +1,17 @@ +<?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> |
