OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: AW: [docbook-apps] remove dot from list numbers


Thanks, so far,

 

but I thought I could change it for all lists (also procedures) in one step.

But procedures work in a different way as far as I can see.

 

I’m right now trying to modify the

 

<xsl:template name="procedure.step.numeration">

 

In common.xsl.

 

Probably this is something that could be made configurable in the future.

 

Hinrich.

 


Von: Bob Stayton [mailto:bobs@sagehill.net]
Gesendet: Freitag, 23. Februar 2007 02:16
An: Hinrich Aue; docbook-apps@lists.oasis-open.org
Betreff: Re: [docbook-apps] remove dot from list numbers

 

Perhaps it isn't as easy as it should be.  You need to customize the template in fo/lists.xsl that starts with:

 

<xsl:template match="orderedlist/listitem" mode="item-number">

The variable 'type' adds the dot as part of the numbering format.

 

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net

 

 

----- Original Message -----

From: Hinrich Aue

Sent: Wednesday, February 21, 2007 6:44 AM

Subject: [docbook-apps] remove dot from list numbers

 

Hello everyone,

 

I’m trying to remove the dot from the list numberings.

 

1 bla

2 bla

3 bla

 

Instead of

 

1. bla
2. bla
3. bla


I’m sure that’s pretty easy, but I couldn’t find it.

 

Hinrich



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]