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