summaryrefslogtreecommitdiffstats
path: root/manual/common.xsl
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2008-04-29 14:55:25 +0200
committerJay Berkenbilt <ejb@ql.org>2008-04-29 14:55:25 +0200
commit9a0b88bf7777c153dc46ace22db74ef24d51583a (patch)
treef567ac1cf2bf5071a611eb49323a935b6ac938ff /manual/common.xsl
downloadqpdf-9a0b88bf7777c153dc46ace22db74ef24d51583a.tar.zst
update release date to actual daterelease-qpdf-2.0
git-svn-id: svn+q:///qpdf/trunk@599 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'manual/common.xsl')
-rw-r--r--manual/common.xsl9
1 files changed, 9 insertions, 0 deletions
diff --git a/manual/common.xsl b/manual/common.xsl
new file mode 100644
index 00000000..e564bfd8
--- /dev/null
+++ b/manual/common.xsl
@@ -0,0 +1,9 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
+ <xsl:param name="variablelist.as.blocks" select="1"/>
+ <xsl:param name="body.start.indent">0pt</xsl:param>
+ <xsl:param name="xref.with.number.and.title" select="'yes'"/>
+ <xsl:param name="section.autolabel" select="1"/>
+ <xsl:param name="section.label.includes.component.label" select="1"/>
+</xsl:stylesheet>