|
||||||||||||||||
|
What's New information on new releases
>java -jar mathtoweb.jar -df fileOut.xml -fforce source.xml>java -jar mathtoweb.jar -help)
>java -jar mathtoweb.jar -ns mml source.xml <math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<msub>
<mi>A</mi>
<mi>i</mi>
</msub>
</mrow>
</math>
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML">
<mml:mrow>
<mml:msub>
<mml:mi>A</mml:mi>
<mml:mi>i</mml:mi>
</mml:msub>
</mml:mrow>
</mml:math>
split inside gather (like the example below)
was not converting to MathML correctly. The split
was being replaced by an internal \myplaceholder0 tag
which was being retained in the final output. This has been corrected.
\begin{gather}
a_1=b+c+d \tag{1.3}\label{gather-eq1}\\
\begin{split}
a_2+a_3+a_4&=e+f+g+h\\
&\quad +i+j+k\\
&=l+m+n
\end{split} \tag{1.4}\label{gather-eq2} \\
a_5=o+p+q+r+s+t+u+v+w \tag{1.5}\label{gather-eq3}
\end{gather}
\overbrace{ABCDEF}^{abc} and
\underbrace{EFGHJK}_{abc} contained the wrong
characters for the 'overbrace' and 'underbrace'. The Unicode output
(when the '-unicode' switch was used at the command line) was also
incorrect.
$\left\{ A \right\}_{B}$ \left\{ A \right\} as the full base of the subscript.
pmatrix (or other matrix elements) had
been declared within some equation environment. Only the first pmatrix was being
completely converted.
\begin{equation*}
{
\begin{pmatrix}
a_{11}-\lambda & \dotsm & a_{1n} \\
\vdots & \ddots & \vdots \\
a_{n1} & \dotsm & a_{nn}-\lambda
\end{pmatrix}
}
{
\begin{pmatrix}
x_1 \\
\vdots \\
x_n
\end{pmatrix}
}
{
= \mathbf{0}
}
\end{equation*}
$A_{\infty} = \{ A \}$\alpha to α (this is a MathML
character). With the 'Unicode option' set,
it will be converted to α instead.-unicode flag in your command, as the
following example demonstrates:
|
|
-ncf myncf1.txt, myncf1.txt
$\log \left\lvert A \right\rvert$.
Copyright © 2008-2010 MathToWeb.com / Paul Hunter MathToWeb is Open Source software. | contact me | privacy policy |