The Text Encoding Initiative

TEI Consortium XSLT stylesheets

Home | Guidelines | Projects | Tutorials | Software | History | FAQs | P5 | Consortium | Activities | SIGs | Join in/Contact | Members area

tei-param.xsl

TEI stylesheet customization module for 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:
Sebastian Rahtz sebastian.rahtz@oucs.ox.ac.uk
CVS Id:
tei-param.xsl,v 1.2 2005/06/19 09:54:34 rahtz Exp
Copyright:
2005, TEI Consortium

Parameters Summary

string baseURL - source
URL root where referenced documents are located
Optional parameters for documentclass
string latexLogo - source
Logo graphics file
boolean realFigures - source
Use real name of graphics files rather than pointers

Named Templates Summary

[latex] Hook where LaTeX commands can be inserted after \begin{document}
LaTeX setup at start of document
LaTeX setup at end of document
LaTeX layout preamble
LaTeX package setup
[latex] Hook where LaTeX commands can be inserted in the preamble before \begin{document}
LaTeX setup
[latex] Title banner

Parameters Detail

string baseURL - source
URL root where referenced documents are located
 
Default: http://www.tei-c.org
Optional parameters for documentclass
 
Default: 11pt
string latexLogo - source
Logo graphics file
 
Default:
boolean realFigures - source
Use real name of graphics files rather than pointers
 
Default: true

Named Templates Detail

[latex] Hook where LaTeX commands can be inserted after \begin{document}
 
LaTeX setup at start of document
All the LaTeX setup which are executed at the start of the document
LaTeX setup at end of document
All the LaTeX setup which are executed at the end of the document
LaTeX layout preamble
All the LaTeX setup which affects page layout
LaTeX package setup
Declaration of the LaTeX packages needed to implement this markup
[latex] Hook where LaTeX commands can be inserted in the preamble before \begin{document}
 
LaTeX setup
The basic LaTeX setup which you should not really tinker with unless you really understand why and how. Note that we need to set up a mapping here for Unicode 8421, 10100 and 10100 to glyphs for backslash and the two curly brackets, to provide literal characters. The normal characters remain active for LaTeX commands.
[latex] Title banner