[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: RE: [docbook-apps] numbering of book parts
Thanks, Bob. The part.autolabel parameter works as you described. I had been trying to turn the part.autolabel on by doing this:
<xsl:param name="part.autolabel" select="1" />
When I should have been doing this:
<xsl:param name="part.autolabel" select="'I'"></xsl:param>
Once again, thanks for your help.
Regards, Jeff Powanda
From: Bob Stayton
[mailto:bobs@sagehill.net]
Hmm, it looks like the mode="division.number" has been obsoleted. It is defined, but never used by the stylesheets.
It is now implemented with parameters. The part.autolabel controls it, and its value can define the number format as well. See:
If you are getting "1", then perhaps you set the parameter to that value to turn on part numbering?
Bob Stayton
|
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]