Répondre à : Unités de mesure et mathml

Accueil Forums Programmation WIMS Programmation dans le langage wims Unités de mesure et mathml Répondre à : Unités de mesure et mathml

#3110
jm.evers
Participant
Up
0
Down
::

Eric,
In order to adress your issue/problem, we’ve adapted wims_mathml
and placed a <span> element with « font-size:1em » around the mathml code.
Now the HTML and MathML font sizes should be better suited for mixing text and math.

note 1)
this is only interesting for browsers with native MathML support (Firefox and other gecko browsers)
All other browsers make use of MathJax !
note 2)
mathml-font-size settings in « préférences personnelles » are disabled: only zooming can be activated

Could you please recompile wims.cgi with the latest SVN versions of
‘src/mathml/wims_mathml.y’ and ‘src/mathml.c’ and report back?

kind regards
joke