Suggestions
Search:
 
Next:
show.comments
Previous:
admon.graphics.path
Up:
Parameters: Common Options param common.mod.xsl
Reference Section

Name

tex.math.in.alt — Control the escaping of alt [2.0.9] text

Synopsis

<xsl:param name="tex.math.in.alt">
		<xsl:if test="$latex.alt.is.latex!=''">
			<xsl:message>Warning: $latex.alt.is.latex is deprecated: use $tex.math.in.alt instead</xsl:message>
			<xsl:if test="$latex.alt.is.latex=1">
				<xsl:text>latex</xsl:text>
			</xsl:if>
		</xsl:if>
	</xsl:param>

A. Description

Text within alt [2.0.9] elements is assumed to be valid LaTeX and is passed through unescaped by default (though you should set its value to “plain” or “latex”, which are considered confirmative and equivalent by DB2LaTeX). If this is not appropriate for your document, set this variable to the empty value. If you use an explicit role attribute with the values “latex” or “tex”, you need not concern yourself with this variable. Alt text within equation-type elements is currently assumed to be valid LaTeX regardless of this variable (this is probably a bug!).

G. Uses

Documented templates that use this parameter: