PassiveTeX
5. Extensions
PassiveTeX interprets MathML natively (elements must use the MathML namespace).
I also support a
bookmark
element in the
fotex
namespace, used to make PDF bookmarks. Usage is like this:
<xsl:template match="div2">
<xsl:apply-templates select="head"/>
<fotex:bookmark
xmlns:fotex="http://www.tug.org/fotex"
fotex-bookmark-level="2"
fotex-bookmark-label="{@id}">
<xsl:value-of select="head"/>
</fotex:bookmark>
</fo:block>
</xsl:template>
Up: Contents Previous: 4. LICENSE Next: 6. Notes on conformance to the XSL specification