Next in thread → Next in month →

Re: xrefstyle attribute; pagenumber; %p

From
Rteve Vhitlatch
Date
2004-03-19T02:11:35+00:00
ID
Thread
Re: xrefstyle attribute; pagenumber; %p
Thanks Thomas Gier, 
It is good to see lots of code for doing things different ways. I 
haven't yet started customizing the gentext template, but maybe it is 
time. This solution looks extensible. 

Steve Whitlacth

>Just add something like this to your customisation:
> <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
>  <l:l10n language="en">
>
>    <l:context name="xref-number-and-title">
>       <l:template name="sect1" style="steve" text="Chapter %n %t on 
> page %p"/>
>       <l:template name="sect2" style="steve" text="Chapter %n %t on 
> page %p"/>
>        <l:template name="sect3" style="steve" text="Chapter %n %t on 
> page %p"/>
>
>      <l:template name="sect1" style="short" text="Chapter %n"/>
>      <l:template name="sect2" style="short" text="Chapter %n"/>
>      <l:template name="sect3" style="short" text="Chapter %n"/>
>     </l:context>
>   </l:l10n>
> </l:i18n>

> In your document you simply put

>   See <xref linkend="whatever" xrefstyle="steve">
Next in thread → Next in month →