3 Oct
2007
3 Oct
'07
6:25 a.m.
Hi Mojca, Your email message uses the chinese simplified (GB2312) encoding, is that intentional? Mojca Miklavec wrote:
Hello,
While trying to convert some stuff from HTML to PDF (using LuaTeX) I have noticed some minor problems: unicode math characters work OK in text mode (under assumption that the font has them), but not in math mode. In pdfTeX they work OK in both cases. (That behaviour is expected, but not necessary desired.)
Is there any cure to it?
Definitions like these should work in luatex (and xetex): \definemathcharacter [φ] [nothing] [lcgreek] ["1E] That is not font-related, it is just input remapping based on \mathchardef, the same thing happens in traditional tex. Best wishes, Taco