1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>tex.math.delims</title><link rel="stylesheet" href="reference.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: ReferenceDocumentation"><link rel="up" href="misc.html" title="Miscellaneous"><link rel="prev" href="tex.math.file.html" title="tex.math.file"><link rel="next" href="pixels.per.inch.html" title="pixels.per.inch"><link rel="copyright" href="copyright.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">tex.math.delims</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="tex.math.file.html">Prev</a></td><th width="60%" align="center">Miscellaneous</th><td width="20%" align="right"><a accesskey="n" href="pixels.per.inch.html">Next</a></td></tr></table><hr></div><div class="refentry" title="tex.math.delims"><a name="tex.math.delims"></a><div class="titlepage"></div>
<div class="refnamediv"><h2><span class="refentrytitle">tex.math.delims</span></h2><p>
tex.math.delims
— Should equations output for processing by TeX be
surrounded by math mode delimiters?
</p></div>
<div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2>
<a name="tex.math.delims.frag"></a><pre class="programlisting">
<xsl:param name="tex.math.delims" select="1"></xsl:param>
</pre>
</div>
<div class="refsection" title="Description"><a name="id1393850"></a><h2>Description</h2>
<p>For compatibility with DSSSL based DBTeXMath from Allin Cottrell
you should set this parameter to 0.</p>
</div>
<div class="refsection" title="Related Parameters"><a name="id1393864"></a><h2>Related Parameters</h2>
<p><a href="../html/tex.math.in.alt.html"><em class="parameter"><code>tex.math.in.alt</code></em></a>,
<a href="../fo/passivetex.extensions.html"><em class="parameter"><code>passivetex.extensions</code></em></a></p>
</div>
<div class="refsection" title="See Also"><a name="id1393870"></a><h2>See Also</h2>
<p>You can also use the <a href="../pi/dbtex_delims.html"><code class="sgmltag-xmlpi"><?dbtex delims?></code></a> processing
instruction to control whether delimiters are output.</p>
</div>
<div class="refsection" title="More information"><a name="id1393898"></a><h2>More information</h2>
<p>For how-to documentation on embedding TeX equations and
generating output from them, see
<a class="ulink" href="TexMath.html" target="_top">DBTeXMath</a>.</p>
</div>
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="tex.math.file.html">Prev</a></td><td width="20%" align="center"><a accesskey="u" href="misc.html">Up</a></td><td width="40%" align="right"><a accesskey="n" href="pixels.per.inch.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">tex.math.file</td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top">pixels.per.inch</td></tr></table></div></body></html>
|