type & display


  <center>
  <table border=1>
  <tr><td>
  <form>
  <textarea id="inputText" rows="10" cols="50" onkeyup="display()">amath
  
  Let's try some interesting formulas: E=m c^2
  and e^(i pi)=-1
  and AA x in CC (sin^2x+cos^2x=1)
  and one more: sum_(i=1)^n i^3=((n(n+1))/2)^2
  
  (add your own -- note that text-tokens are only recognized if separated by spaces)
  
  </textarea>
  </form>
  
  <td width=400 bgcolor=white>
  <div style="color: black;" id="outputNode">
  
  </div>
  </td>
  <//tr></table>
  </center>
  <navigate/>
  
</slide>