Next in thread →
Next in month →
Re: [docbook-apps] remove the word "chapter"
Here's what I use:
<xsl:param name="local.l10n.xml" select="document('')"/>
<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
<l:l10n language="en">
<l:context name="title-numbered">
<l:template name="chapter" text="%n. %t"/>
<l:template name="section" text="%n %t"/>
</l:context>
</l:l10n>
</l:i18n>
Damon
On 10 August 2010 06:40, rabarivelo solofo <> wrote:
Hi there,
I was trying to remove the word "chapter" a few days ago, but I cannot do it until the time.
Is there someone who can help me to remove it? I want something like that :
1. Introduction instead of " Chapter 1. Introduction"
Best regards,
Rija
Next in thread →
Next in month →