Is it possible to put HTML inside TeX / MathML using MathJax the way it can be done using jqMath?

Using jqMath, you can use \ html to insert html inside math expressions, like in

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

This leads to the following expression displayed to the user with html input before the first +

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

So, is it possible to achieve the same result with MathJax?

+4
source share
1 answer

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

David

0
source

Source: https://habr.com/ru/post/1382721/


All Articles