[svn] r2189@freebird: fabien | 2006-01-21 02:28:29 -0500
Génération des bons toc.
Correction de l'indentation (toujours trop...).
--- a/chunk.xsl Mon Jan 23 13:07:10 2006 -0500
+++ b/chunk.xsl Mon Jan 23 13:07:15 2006 -0500
@@ -3,11 +3,13 @@
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default"
version='1.0'>
+<xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/xhtml/chunk.xsl"/>
<xsl:import href="common.xsl"/>
-<xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/xhtml/chunk.xsl"/>
<xsl:param name="html.stylesheet">nargir.css</xsl:param>
<xsl:param name="make.valid.html" select="'1'"/>
<xsl:param name="use.id.as.filename" select="'1'"/>
+<xsl:param name="chunk.section.depth" select="2"/>
+<xsl:param name="generate.section.toc.level" select="2"/>
</xsl:stylesheet>
--- a/common.xsl Mon Jan 23 13:07:10 2006 -0500
+++ b/common.xsl Mon Jan 23 13:07:15 2006 -0500
@@ -5,12 +5,14 @@
<xsl:param name="segmentedlist.as.table" select="1"/>
<xsl:param name="variablelist.as.blocks" select="1"/>
<xsl:param name="generate.toc">
-/article toc,title
-book toc,title
+book toc
+article toc,title
+section toc,title
</xsl:param>
<xsl:param name="use.extensions" select="'0'"/>
<!-- xsl:param name="section.autolabel" select="1"/ -->
<xsl:param name="glossentry.show.acronym" select="'yes'"/>
<xsl:param name="glossterm.auto.link" select="1"/>
+<xsl:param name="toc.section.depth" select="2"/>
</xsl:stylesheet>
--- a/print.xsl Mon Jan 23 13:07:10 2006 -0500
+++ b/print.xsl Mon Jan 23 13:07:15 2006 -0500
@@ -12,5 +12,9 @@
<!-- xsl:param name="double.sided" select="1"/ -->
<xsl:param name="hyphenate">false</xsl:param>
<!-- xsl:param name="insert.xref.page.number" select="1"/ -->
+<!-- xsl:param name="use.extensions" select="1"/ -->
+<!-- xsl:param name="column.count.body" select="2"/ -->
+<!-- xsl:param name="body.font.master" select="10"/ -->
+<xsl:param name="body.start.indent" select="'1pc'"/>
</xsl:stylesheet>