Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 6e019a662639ac6470f50dea3a4d8157 > files > 784

docbook-style-xsl-doc-1.79.2-4.mga7.noarch.rpm

<html><head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <title>tex.math.in.alt</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.79.2"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference&nbsp;Documentation"><link rel="up" href="misc.html" title="Miscellaneous"><link rel="prev" href="punct.honorific.html" title="punct.honorific"><link rel="next" href="tex.math.file.html" title="tex.math.file"><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.in.alt</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="punct.honorific.html">Prev</a>&nbsp;</td><th width="60%" align="center">Miscellaneous</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="tex.math.file.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="tex.math.in.alt"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">tex.math.in.alt</span></h2><p>tex.math.in.alt &#8212; TeX notation used for equations</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><a name="tex.math.in.alt.frag"></a><pre class="programlisting">
&lt;xsl:param name="tex.math.in.alt"&gt;&lt;/xsl:param&gt;
</pre></div><div class="refsection"><a name="d0e7045"></a><h2>Description</h2><p>If you want type math directly in TeX notation in equations,
this parameter specifies notation used. Currently are supported two
values -- <code class="literal">plain</code> and <code class="literal">latex</code>. Empty
value means that you are not using TeX math at all.</p><p>Preferred way for including TeX alternative of math is inside of
<code class="sgmltag-element">textobject</code> element. Eg.:</p><pre class="programlisting">&lt;inlineequation&gt;
&lt;inlinemediaobject&gt;
&lt;imageobject&gt;
&lt;imagedata fileref="eq1.gif"/&gt;
&lt;/imageobject&gt;
&lt;textobject&gt;&lt;phrase&gt;E=mc squared&lt;/phrase&gt;&lt;/textobject&gt;
&lt;textobject role="tex"&gt;&lt;phrase&gt;E=mc^2&lt;/phrase&gt;&lt;/textobject&gt;
&lt;/inlinemediaobject&gt;
&lt;/inlineequation&gt;</pre><p>If you are using <code class="sgmltag-element">graphic</code> element, you can
store TeX inside <code class="sgmltag-element">alt</code> element:</p><pre class="programlisting">&lt;inlineequation&gt;
&lt;alt role="tex"&gt;a^2+b^2=c^2&lt;/alt&gt;
&lt;graphic fileref="a2b2c2.gif"/&gt;  
&lt;/inlineequation&gt;</pre><p>If you want use this feature, you should process your FO with
PassiveTeX, which only supports TeX math notation. When calling
stylsheet, don't forget to specify also
passivetex.extensions=1.</p><p>If you want equations in HTML, just process generated file
<code class="filename">tex-math-equations.tex</code> by TeX or LaTeX. Then run
dvi2bitmap program on result DVI file. You will get images for
equations in your document.</p><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p>This feature is useful for print/PDF output only if you
    use the obsolete and now unsupported PassiveTeX XSL-FO
    engine.</p></div></div><div class="refsection"><a name="d0e7084"></a><h2>Related Parameters</h2><p><em class="parameter"><code>tex.math.delims</code></em>,
    <em class="parameter"><code>passivetex.extensions</code></em>,
    <em class="parameter"><code>tex.math.file</code></em></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="punct.honorific.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="misc.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="tex.math.file.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">punct.honorific&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;tex.math.file</td></tr></table></div></body></html>