MathML
math
(+
HTML
prose):
| Hermes [2] | latex doc hermes doc.dvi > docx.xml xsltproc pre.xsl docx.xml > doc.xml | Insert
‘\input dlt’
at the end of
the preamble
(dalt for
AmSLaTeX) |
|
|
| | ORCCA [17] | ? | |
|
|
| | TeX4ht | mzlatex doc | |
|
|
| | Tralics [5] | tralics doc | |
|
|
| | TTH [8] | ttm doc |
\documentclass{article}
\begin{document}
Hello World:
$a^2 + 1$.
\end{document}
|
<p>Hello World:
<math xmlns="http://www.w3.org/1998/Math/MathML"
display="inline">
<msup>
<mi>a</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<mn>1</mn>
</math>.
</p>
|
|