Suggestions |
---|
Search:
|
Next:
generate.latex.book.preamble |
Up:
Variables and Templates used in LaTeX Preamble Generation |
generate.latex.article.preamble — Top level template, called by article template, responsible of generating the LaTeX preamble according to user XSL variables and templates.
<xsl:template name="generate.latex.article.preamble"/>
If latex.override is empty, the template outputs latex.article.preamblestart and latex.article.preamble.pre, then calls generate.latex.common.preamble and generate.latex.essential.preamble followed by the value of latex.article.preamble.post. Otherwise, it outputs the value of latex.override followed by generate.latex.essential.preamble.