9 Nov
2005
9 Nov
'05
1:17 p.m.
Hans Hagen wrote:
Mojca Miklavec wrote:
Hello,
thera were some problems concerning accented characters in math (mathml) a while ago (as far as I remember they were solved). But some tiny bugs apparently remained there.
Minimal example: $\cases{&\ccaron}$
is there a problem in the ec vector? compare:
Not exactly a problem. The texnansi ones work thanks to the (semi-)coincidence that the accent-part of the font encoding is identical to Knuthian encoding, and that simply doesn't work for less knuthian encodings like ec, where this is not the case. Perhaps you have to introduce a macro like \buildmathaccent ... Taco