Hi (to whom it may concern),
I just saw that (by magic?) the missing mathvariant bold is implementetd in todays ctx suite! wow, thank you very much!!
two details that keep missing is "max" and "lim" (see below).
could this be done easily, too?!
Best wishes,
Steffen
-------
\startbuffer
On Tue, 11 Jun 2013, Steffen Wolfrum wrote:
two details that keep missing is "max" and "lim" (see below).
<mi mathvariant="normal">lim</mi>
I do not know MATHML, but this seems like a wrong way to input \lim. The above is roughly equivalent to $\mathrm{lim}$ This will not result in correct spacing around the limit operator. Doesn't mathml have something that maps to \mathop? Aditya
On 11-06-13 22:08, Aditya Mahajan wrote:
On Tue, 11 Jun 2013, Steffen Wolfrum wrote:
two details that keep missing is "max" and "lim" (see below).
<mi mathvariant="normal">lim</mi>
I do not know MATHML, but this seems like a wrong way to input \lim. The above is roughly equivalent to
$\mathrm{lim}$
This will not result in correct spacing around the limit operator. Doesn't mathml have something that maps to \mathop?
Aditya ___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
Is this what you need Steffen: http://zvon.org/xxl/MathML/Output/el_limit.html
On Tue, Jun 11, 2013 at 10:12:01PM +0200, Sander Maijers wrote:
Is this what you need Steffen: http://zvon.org/xxl/MathML/Output/el_limit.html
That is content not presentation MathML, they are quite different. Regards, Khaled
On Tue, Jun 11, 2013 at 04:08:40PM -0400, Aditya Mahajan wrote:
On Tue, 11 Jun 2013, Steffen Wolfrum wrote:
two details that keep missing is "max" and "lim" (see below).
<mi mathvariant="normal">lim</mi>
I do not know MATHML, but this seems like a wrong way to input \lim. The above is roughly equivalent to
$\mathrm{lim}$
No it isn't, MathML rules are a bit different, $\mathrm{lim}$ is equivalent to: <mi mathvariant="normal">l</mi> <mi mathvariant="normal">i</mi> <mi mathvariant="normal">m</mi> What Steffen is using is the correct way (it should even be <mi>lim</mi> as mathvariant="normal" is the default unless it is a single character). Regards, Khaled
participants (4)
-
Aditya Mahajan
-
Khaled Hosny
-
Sander Maijers
-
Steffen Wolfrum