MOON
Server: Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 PHP/5.4.10
System: Linux vps.presagepowered.net 2.6.18-398.el5 #1 SMP Tue Sep 16 20:51:48 EDT 2014 i686
User: mckernan (512)
PHP: 5.4.10
Disabled: NONE
Upload Files
File: //usr/share/doc/docbook-style-xsl-1.69.1/doc/html/tex.math.in.alt.html
<html><head>
      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
   <title>tex.math.in.alt</title><link rel="stylesheet" href="../ref.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.0"><link rel="start" href="index.html" title="HTML Parameter Reference"><link rel="up" href="rn16.html" title="Miscellaneous"><link rel="prev" href="variablelist.as.table.html" title="variablelist.as.table"><link rel="next" href="tex.math.file.html" title="tex.math.file"></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="variablelist.as.table.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" lang="en"><a name="tex.math.in.alt"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</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" select="''"&gt;&lt;/xsl:param&gt;
</pre></div><div class="refsect1" lang="en"><a name="d0e4369"></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/tdg/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 <a href="http://docbook.org/tdg/en/html/graphic.html"><code class="sgmltag-element">graphic</code></a> element, you can
store TeX inside <a href="http://docbook.org/tdg/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></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="variablelist.as.table.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="rn16.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">variablelist.as.table&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>