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: 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">



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