file names based on section id now; updated sec ids to match conventions

This commit is contained in:
Keith Donald
2009-12-11 19:01:25 +00:00
parent b673087a87
commit 14b69148f9
3 changed files with 17 additions and 17 deletions

View File

@@ -28,7 +28,6 @@
<xsl:param name="use.extensions">1</xsl:param>
<xsl:param name="tablecolumns.extension">0</xsl:param>
<xsl:param name="callout.extensions">1</xsl:param>
<!-- Activate Graphics -->
<xsl:param name="admon.graphics" select="1"/>
<xsl:param name="admon.graphics.path">images/</xsl:param>
@@ -46,6 +45,7 @@
<xsl:param name="admonition.title.properties">text-align: left</xsl:param>
<!-- Label Chapters and Sections (numbering) -->
<xsl:param name="use.id.as.filename" select="1"/>
<xsl:param name="chapter.autolabel" select="1"/>
<xsl:param name="section.autolabel" select="1"/>
<xsl:param name="section.autolabel.max.depth" select="3"/>