Suggestions |
---|
Search:
|
Next:
latex.document.font |
Previous:
latex.admonition.imagesize Up: Parameters: LaTeX direct Strings param direct.mod.xsl |
latex.titlepage.file — DB2LaTeX allows using an (externally generated) cover page
<xsl:param name="latex.titlepage.file">title</xsl:param>
You may supply a LaTeX file that will supersede DB2LaTeX's default cover page or title. If the value of this variable is non-empty, the generated LaTeX code includes \input{filename}. Otherwise, it uses the \maketitle command.
Bear in mind that using an external cover page breaks the "encapsulation" of DocBook. Further revisions of these stylesheets will add chunking support, and the automation of the cover file generation.