You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
654 B
25 lines
654 B
<refentry id="tex.math.delims">
|
|
<refmeta>
|
|
<refentrytitle>tex.math.delims</refentrytitle>
|
|
<refmiscinfo role="type">boolean</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>tex.math.delims</refname>
|
|
<refpurpose>Should be equations outputed for processing by TeX
|
|
automatically surrounded by math mode delimiters</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment id='tex.math.delims.frag'>
|
|
<xsl:param name="tex.math.delims" select="'1'"/>
|
|
</src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>For compatibility with DSSSL based DBTeXMath from Allin Cottrell
|
|
you should set this parameter to 0.</para>
|
|
|
|
</refsect1>
|
|
</refentry>
|