Showing:

Documentation
Parameters
Used by
References
Included from
Source
Stylesheet linking.xsl
Documentation

Description

TEI stylesheet dealing with elements from the linking module, making LaTeX output.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Author: See AUTHORS

Id: $Id: linking.xsl 9331 2011-09-20 11:45:15Z rahtz $

Copyright: 2011, TEI Consortium

Included from
Stylesheet version 2.0
Template tei:anchor
Documentation

Description

Process element anchor
Namespace No namespace
Match tei:anchor
Mode #default
Import precedence 4
Source
<xsl:template match="tei:anchor">
  <xsl:text>\hypertarget{</xsl:text>
  <xsl:value-of select="@xml:id"/>
  <xsl:text>}{}</xsl:text>
</xsl:template>
Stylesheet location ../latex2/linking.xsl
Template generateEndLink
Documentation
Namespace No namespace
Used by
Parameters
Import precedence 4
Source
Stylesheet location ../latex2/linking.xsl
Template makeExternalLink
Documentation
Namespace No namespace
Used by
Parameters
Import precedence 4
Source
Stylesheet location ../latex2/linking.xsl
Template makeInternalLink
Documentation
Namespace No namespace
Used by
References
Parameters
Import precedence 4
Source
Stylesheet location ../latex2/linking.xsl
Template tei:notexref
Documentation

Description

Process cross-ref to note
Namespace No namespace
Match tei:note
Mode xref
Import precedence 4
Source
<xsl:template match="tei:note" mode="xref">
  <xsl:number level="any"/>
</xsl:template>
Stylesheet location ../latex2/linking.xsl