Suggestions |
---|
Search:
|
Next:
latex.fontenc |
Previous:
latex.fancyvrb.options Up: Parameters: LaTeX direct Strings param direct.mod.xsl |
<xsl:param name="latex.inputenc">latin1</xsl:param>
If this option is non-empty, the inputenc package will be used with the specified encoding. This should agree with the your driver file. For example, the default value of latin1 is compatible with docbook.xsl, which contains <xsl:output method="text" encoding="ISO-8859-1" indent="yes"/>
If this option is empty, the inputenc package will not be invoked by DB2LaTeX.