[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] hierarchical "."
On Mon, Mar 31, 2003 at 10:16:22PM +0200, flo@abwesend.de wrote:
> Hello again,
>
> has anyone an idea how to change the headers of sections, chapters etc from
>
> 1.
> 2.
> 2.1.
> 2.2.
> 2.3.
> 2.3.1.
> 2.3.2.
> 3.
>
> to
>
> 1
> 2
> 2.1
> 2.2
> 2.3
> 2.3.1
> 2.3.2
> 3
>
> by removing the dot?
The dots are part of the generated text strings defined
in common/en.xml (or whatever lang you use) in the
stylesheet distribution. In that
file, the <l:context name="title-numbered"> element has
entries like this:
<l:template name="chapter" text="Chapter %n. %t"/>
^
^
The %n is the number, and   is non-breaking space.
You can customize these strings in a customization
layer as described in this doc:
http://www.sagehill.net/xml/docbookxsl/CustomMethods.html#CustomGenText
--
Bob Stayton 400 Encinal Street
Publications Architect Santa Cruz, CA 95060
Technical Publications voice: (831) 427-7796
The SCO Group fax: (831) 429-1887
email: bobs@sco.com
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]