]> pere.pagekite.me Git - text-free-culture-lessig.git/commitdiff
Document how to disable chapter numbering with xmlto.
authorPetter Reinholdtsen <pere@hungry.com>
Mon, 30 Jul 2012 15:58:20 +0000 (17:58 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Mon, 30 Jul 2012 15:58:20 +0000 (17:58 +0200)
xmlto-pdf.xsl

index 5619e242047c8ee2c2f1812f8d386b99bd315233..9d1a87a1f4110920b414065b1502a3ec2be9b7e8 100644 (file)
@@ -4,4 +4,7 @@
  xmlns:fo="http://www.w3.org/1999/XSL/Format"
  version="1.0">
 <xsl:param name="paper.type">A5</xsl:param>
+<!-- Disable chapter numbering 
+<xsl:param name="chapter.autolabel">0</xsl:param>
+-->
 </xsl:stylesheet>