- HTML: very little support
- Bitmaps: currently a common ‘solution’
-
Don’t
scale
visually
- Meaningless for non-visual applications
- MathML: emerging solution
<msup><mi>b</mi><mn>2</mn></msup>
-
Supported
by
Mozilla
(and
Netscape)
- MathPlayer provides similar support to Internet
Explorer—very easy to install
default: HTML for $...$;
bitmaps for $$...$$,
\(...\), \[...\] | htlatex source |
|
| bitmaps for $...$ | htlatex source "html,pic-m" |
|
| bitmaps for
\begin{array}...\end{array} | htlatex source "html,pic-array" |
|
| MathML | mzlatex source |
|
| MathML for MathPlayer | mzlatex source "html,mathplayer" |
\documentclass{article}
\begin{document}
$a^2 + b^2 = c^2 $
\(a^2 + b^2 = c^2 \)
$x \leftarrow
\begin{array}{cc} a^1 & b_2 \\
c_3 & d^4 \end{array}$
\end{document}
|