]> granicus.if.org Git - docbook-dsssl/commitdiff
Added section.autolabel.max.depth parameter to control
authorBob Stayton <bobs@sagehill.net>
Sun, 20 Jun 2004 01:21:37 +0000 (01:21 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 20 Jun 2004 01:21:37 +0000 (01:21 +0000)
the depth of section numbering.

xsl/fo/param.ent
xsl/fo/param.xweb

index a4578c970146653eff1edb1c3053c6f93c2d7960..e55636a376a55443dde6e8841a21c3e87a0a4628 100644 (file)
 <!ENTITY runinhead.title.end.punct SYSTEM "../params/runinhead.title.end.punct.xml">
 <!ENTITY sans.font.family SYSTEM "../params/sans.font.family.xml">
 <!ENTITY section.autolabel SYSTEM "../params/section.autolabel.xml">
+<!ENTITY section.autolabel.max.depth SYSTEM "../params/section.autolabel.max.depth.xml">
 <!ENTITY section.label.includes.component.label SYSTEM "../params/section.label.includes.component.label.xml">
 <!ENTITY section.title.properties SYSTEM "../params/section.title.properties.xml">
 <!ENTITY segmentedlist.as.table SYSTEM "../params/segmentedlist.as.table.xml">
index d295608a8e72e1b84dc29c9e0cf6bbfe6e508b68..8b210268895ee68c0d02a0898dc951389ac43283 100644 (file)
@@ -135,6 +135,7 @@ generate.section.toc.level;
 &part.autolabel;
 &preface.autolabel;
 &section.autolabel;
+&section.autolabel.max.depth;
 &section.label.includes.component.label;
 &label.from.part;
 </reference>
@@ -662,6 +663,7 @@ around all these parameters.</para>
 <src:fragref linkend="runinhead.title.end.punct.frag"/>
 <src:fragref linkend="sans.font.family.frag"/>
 <src:fragref linkend="section.autolabel.frag"/>
+<src:fragref linkend="section.autolabel.max.depth.frag"/>
 <src:fragref linkend="section.label.includes.component.label.frag"/>
 <src:fragref linkend="section.title.level1.properties.frag"/>
 <src:fragref linkend="section.title.level2.properties.frag"/>