] >
TeX4ht’s command line:
mzlatex file "xhtml,mathplayer"
<p class="indent" > A quadratic equation <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline" ><mi >a</mi><msup><mrow ><mi >x</mi></mrow><mrow ><mn>2</mn></mrow></msup > <mo >+</mo> <mi >b</mi><mi >x</mi> <mo >+</mo> <mi >c</mi> <mo >=</mo> <mn>0</mn></math> with <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline" ><mi >a</mi><mo >≠</mo><mn>0</mn></math> has the following solution. </p>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block" > <mi >x</mi> <mo >=</mo><mfrac><mrow> <mo >−</mo><mi >b</mi> <mo >±</mo><msqrt><mrow><msup><mrow ><mi >b</mi></mrow><mrow ><mn>2</mn> </mrow> </msup > <mo >−</mo> <mn>4</mn><mi >a</mi><mi >c</mi></mrow></msqrt></mrow> <mrow><mn>2</mn><mi >a</mi></mrow></mfrac> </math>
The given Speaker program will talk just the content and ignore the markup.
java -classpath ".;kjsapi.jar" Speaker file.xht
A quadratic equation ax2+bx+c=0 with a≠0 has the following solution. x = − b ± b 2 − 4 a c 2 a
A quadratic equation with has the following solution.
XHTML and MathML provide low-level logical annotation to content—they do not provide aural clues.