Suggestions
Search:
 
Next:
latex.preamble.essential.glossary
Previous:
glossentry/glossdef
Up:
Glossaries glossary.mod.xsl
Reference Section

Name

glossseealso|glosssee — Process glossseealso [2.0.9] and glosssee [2.0.9] elements

Synopsis

<xsl:template match="glossseealso|glosssee">
<xsl:variable name="otherterm" select="@otherterm"/>
<xsl:variable name="targets" select="key('id',$otherterm)"/>
<xsl:variable name="target" select="$targets[1]"/>
  ...
</xsl:template>

A. Description

Format a glossary cross-reference.

B. Pertinent Variables

There are no configuration variables for this template.

D. DocBook Compliance and LaTeX Notes

Will call the following gentet templates: gentext.element.name, gentext.space, gentext.startquote, gentext.endquote. It will then output a full stop (“period”).

If the “otherterm” was successfully found, and this element is empty, then the appropriate cross-reference will be generated. This this element is not empty but the otherterm was also found, the behaviour will depend on latex.otherterm.is.preferred.

E. Samples and Tests

test_book.pdf from test_book/test.xml, test_gloss.pdf from test_gloss/test.xml, test_ieeebiblio.pdf from test_ieeebiblio/test.xml

F. Further Reading