4

Using jqMath you can use \html to insert html inside mathematical expressions, such as in

\[y = ax^\html'<input type="text" size=1>'+bx+c\]

This results in the following expression displayed to the user with a html input before the first +

y=ax[actual input here]+bx+c

So.. is it possible to achieve the same using MathJax?

VividD
  • 10,456
  • 6
  • 64
  • 111

1 Answers1

0

You might find this discussion on the MathJax user forums to be helpful.

Davide

Davide Cervone
  • 11,211
  • 1
  • 28
  • 48
  • `semantics` and `annotation` elements associate Content MathML with a presentation. The HTML 5 spec also allows HTML inside Presentation MathML token elements, such as `mtext`. Hope this helps. – Dave Barton Jan 17 '12 at 18:21