Hi, A small problem: the definition of \bot and \top in math mode should be interchanged. Thanks. regards, shenchen
On Thu, 20 Nov 2008, Chen Shen wrote:
Hi,
A small problem: the definition of \bot and \top in math mode should be interchanged. Thanks.
Thanks for reporting this. Hans, in math-ini.lua the unicode slots for top and bot are interchanged (char-ini.lua is correct). top is 0x22A5 (Unicode DOWN TACK) and bot is 0x22A4 (Unicode TOP TACK). Who came up with these unicode names. Chen, if you want an immediate solution, replace math-ini.lua with the attached file and regenerate formats. Aditya
Aditya Mahajan wrote:
On Thu, 20 Nov 2008, Chen Shen wrote:
Hi,
A small problem: the definition of \bot and \top in math mode should be interchanged. Thanks.
Thanks for reporting this.
Hans, in math-ini.lua the unicode slots for top and bot are interchanged (char-ini.lua is correct). top is 0x22A5 (Unicode DOWN TACK) and bot is 0x22A4 (Unicode TOP TACK). Who came up with these unicode names.
ok, done ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Aditya Mahajan
-
Chen Shen
-
Hans Hagen