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: space between chapter number and chapter text?


Hi!

In my customization layer I changed the chapter titles as follows:

   <xsl:param name="local.l10n.xml" select="document('')"/> 
   <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0";> 
       <l:l10n language="de"> 
           <l:context name="title-numbered"> 
               <l:template name="chapter" text="%n %t"/> 
           </l:context>    
       </l:l10n>
   </l:i18n>

I did this to get rid of the word "Kapitel" in the German chapter title. This work fine. So I get chapter titles in the form "number and text" now.

My question: Is it possible to change the amount of space between the number and the text? I tried to insert additional space characters between the %n and the %t, but this had no effect at all.

In my final layout I intend to have something like this:

1         title chapter one
1.1       title section level one
1.1.1     title section level two

with all the texts starting at the same distance from the left border of the paper.

Is this possible?

Johannes



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