Suggestions |
---|
Search:
|
Next:
latex.preamble.essential.glossary |
Previous:
glossentry/glossdef Up: Glossaries glossary.mod.xsl |
glossseealso|glosssee — Process glossseealso [2.0.9] and glosssee [2.0.9] elements
<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>
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.
test_book.pdf from test_book/test.xml, test_gloss.pdf from test_gloss/test.xml, test_ieeebiblio.pdf from test_ieeebiblio/test.xml