Simple Math Input Demo

Input

This demo lets you enter some math mode LaTeX for SnuggleTeX to convert into MathML and display back to you (either as MathML or images if your browser doesn't support MathML).

Simply enter a LaTeX math mode expression into the box below and hit Go! to see the resulting output and MathML.

LaTeX Math Mode Input:

Resulting MathML Output (as rendered by your browser)

Your browser does not support MathML so we have converted any MathML in this page to either XHTML + CSS or images, depending on how complex the MathML is.

(Note: this statement will not necessarily be true if you are viewing a cached or proxied version of this page, e.g. within the Google cache or something similar. In this case, try viewing the page directly if you can.)

1+x

Resulting MathML Source

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <semantics>
    <mrow>
      <mn>1</mn>
      <mo>+</mo>
      <mi>x</mi>
    </mrow>
    <annotation encoding="SnuggleTeX">\[ 1+x \]</annotation>
  </semantics>
</math>