Main Page
TalkMaths aims to help both physically disabled and able-bodied users convert spoken mathematical expressions into MathML and LaTeX without them having extensive knowledge of the syntax of these languages. TalkMaths is designed for use by lecturers, teachers, researchers or students with a good or a reasonable understanding of mathematics. The system can run on computers with Windows XP or Vista and Dragon NaturallySpeaking version 8 or 9 installed.
| Input | MathML Output | LaTeX Output |
|---|---|---|
|
“one plus six equals seven” |
<math>
<mrow>
<mn>1</mn>
<mo>+</mo>
<mn>6</mn>
<mo>=</mo>
<mn>7</mn>
</mrow>
</math> |
$ 1 + 6 = 7 $ |
|
“one half” |
<math>
<mrow>
<mfrac>
<mn>1</mn>
<mn>2</mn>
</mfrac>
</mrow>
</math> |
$ \dfrac{1}{2} $ |


