I have a question about Mathjax.
I am trying to include html input fields such as:
<input id="up" type="text">
in the tex equations.
I have tried a lot now:
$$ \frac{<input id="up" type="text"/>}{1} $$
This will not work. Is there any way to do this?
PM84 source
share