Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 9f452694b2d23dacae7f9cc757f9be50 > files > 771

docbook-style-xsl-1.78.1-1.fc17.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.78.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference 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> </td><th width="60%" align="center">Miscellaneous</th><td width="20%" align="right"> <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="idp1984128"></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
<a href="http://docbook.org/tdg5/en/html/textobject.html"><code class="sgmltag-element">textobject</code></a> 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 <a href="http://docbook.org/tdg5/en/html/alt.html"><code class="sgmltag-element">alt</code></a> 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="idp1992992"></a><h2>Related Parameters</h2>
  <p><a href="../html/tex.math.delims.html"><em class="parameter"><code>tex.math.delims</code></em></a>,
    <a href="../fo/passivetex.extensions.html"><em class="parameter"><code>passivetex.extensions</code></em></a>,
    <a href="../html/tex.math.file.html"><em class="parameter"><code>tex.math.file</code></em></a></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> </td><td width="20%" align="center"><a accesskey="u" href="misc.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="tex.math.file.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">punct.honorific </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> tex.math.file</td></tr></table></div></body></html>