[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] glossseealso in DocBook 5.0
Hi Jacques,
On Dienstag, 20. März 2007, Jacques Foucry wrote:
>
> I tried today to add some "see also" statement in glossary entry,
> with DocBook 5.0 (latest snapshot).
>
> I've done something like that :
>
> <glossentry xml:id="SVN_Gloss">
> <glossterm>SVN</glossterm>
> <glossdef>
> <para>
> Blah blah blah
> </para>
> </glossdef>
> <glossseealso><xref linkend="Subversion_Gloss"/></glossseealso>
> </glossentry>
>
> I made the same as or a <glosssee>.
> But nothing appears in my PDF. I must do something wrong.
Try the attribute otherterm in glossseealso:
<glossentry xml:id="SVN_Gloss">
<glossterm>SVN</glossterm>
<glossdef>
<para>
Blah blah blah
</para>
</glossdef>
<glossseealso otherterm="Subversion_Gloss"/>
</glossentry>
Bye,
Tom
--
Thomas Schraitle
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]