Suggestions
Search:
 
Next:
generate.latex.book.preamble
Up:
Variables and Templates used in LaTeX Preamble Generation
Reference Section

Name

generate.latex.article.preamble — Top level template, called by article template, responsible of generating the LaTeX preamble according to user XSL variables and templates.

Synopsis

<xsl:template name="generate.latex.article.preamble"/>

A. Description

If latex.override is empty, the template outputs latex.common.pdfdetection, 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.