R
R User
Hello ,
I need help to include Tex equations in an xml docbook .
I tried instructions described here but it does not work
http://www.sagehill.net/docbookxsl/TexMath.html
Here is my docbook file :
****************
<?xml version="1.0" encoding="UTF-8"?>
<article>
<articleinfo>
<title>Tex Test</title>
</articleinfo>
<sect1>
<title>Tex Test</title>
<para>
<equation>
<mathphrase role="tex">
$V(x) = \frac{1}{N}\sum_{1}^{N}x_{i}^2 -
\bar{\textbf{x}}^2 \sim 83.7344$
</mathphrase>
</equation>
</para>
<para>
<equation>
<title>A TeX Equation</title>
<mediaobject>
<textobject role="tex"><phrase>$V(x) =
\frac{1}{N}\sum_{1}^{N}x_{i}^2 - \bar{\textbf{x}}^2 \sim
83.7344$</phrase></textobject>
</mediaobject>
</equation>
</para>
</sect1>
</article>
*****************
I use Oxygen to do the transformation with saxon 6.5.5
Thank you for your help
R
I need help to include Tex equations in an xml docbook .
I tried instructions described here but it does not work
http://www.sagehill.net/docbookxsl/TexMath.html
Here is my docbook file :
****************
<?xml version="1.0" encoding="UTF-8"?>
<article>
<articleinfo>
<title>Tex Test</title>
</articleinfo>
<sect1>
<title>Tex Test</title>
<para>
<equation>
<mathphrase role="tex">
$V(x) = \frac{1}{N}\sum_{1}^{N}x_{i}^2 -
\bar{\textbf{x}}^2 \sim 83.7344$
</mathphrase>
</equation>
</para>
<para>
<equation>
<title>A TeX Equation</title>
<mediaobject>
<textobject role="tex"><phrase>$V(x) =
\frac{1}{N}\sum_{1}^{N}x_{i}^2 - \bar{\textbf{x}}^2 \sim
83.7344$</phrase></textobject>
</mediaobject>
</equation>
</para>
</sect1>
</article>
*****************
I use Oxygen to do the transformation with saxon 6.5.5
Thank you for your help
R