Répondre à : latex et embed

Accueil Forums Programmation WIMS Programmation d’exercices OEF latex et embed Répondre à : latex et embed

#1858
jm.evers
Participant
Up
0
Down
::

Mathjax seems to allow inputfields in mathml as well.
Using a slightly different pseudo latex syntax,
\FormInput[class][value]{name}
see:https://github.com/leathrum/mathjax-ext-contrib/tree/master/forminput
this include is needed for support:http://cs.jsu.edu/mathjax-ext/contrib/forminput/forminput.js

Maybe we should adapt wims_mathml to allow same syntax?
Since google’s browser chromium is -at this point- not supporting native MathML…but advising javascript Mathjax as ‘add on’ for math displa (grrrr)
joke