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?

link|improve this question
feedback

1 Answer

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

Davide

link|improve this answer
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 at 18:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.