Suggestions
Search:
 
Next:
latex.fontenc
Previous:
latex.fancyvrb.options
Up:
Parameters: LaTeX direct Strings param direct.mod.xsl
Reference Section

Name

latex.inputenc — Control the use of the inputenc LaTeX package

Synopsis

<xsl:param name="latex.inputenc">latin1</xsl:param>

A. Description

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.

Common Combinations

Output Encoding: ISO-8859-1

inputenc Option: latin1

Output Encoding: UTF-8

inputenc Option: utf8[1]

inputenc is a LaTeX base package.

G. Uses

Documented templates that use this parameter:



[1] When used in conjunction with a package such as unicode.