mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-01 03:12:29 +00:00
9a0b88bf77
git-svn-id: svn+q:///qpdf/trunk@599 71b93d88-0707-0410-a8cf-f5a4172ac649
10 lines
428 B
XML
10 lines
428 B
XML
<?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>
|