← Prev in month
← Prev in thread
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:] Gesendet: Freitag, 23. Februar 2007 02:16 An: Hinrich Aue; 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 ----- Original Message ----- From: Hinrich Aue To: 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
← Prev in month
← Prev in thread