Suggestions |
---|
Search:
|
Next:
latex.use.subfigure |
Previous:
latex.use.parskip Up: Parameters: DB2LaTeX Switches param switch.mod.xsl |
latex.use.noindent — Toggle the use of \noindent commands
<xsl:param name="latex.use.noindent"> <xsl:choose> <xsl:when test="$latex.use.parskip=1"> <xsl:value-of select="0"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="1"/> </xsl:otherwise> </xsl:choose> </xsl:param>
When this parameter is 1, DB2LaTeX will deliberately insert noindents at particular locations within your document.
When traditional LaTeX paragraph indentation and spacing is used, it is often necessary to use \noindent after certain block-formatted elements (e.g. itemizedlist [2.0.9]). Let us know if we need to insert more \noindent---so far, there are few places where we make use of it.
By default, this option will be turned on when latex.use.parskip is off and will be turned off when latex.use.parskip is on.