Hi, $*$ not behave the same as $\ast$ in math mode with any unicode font. (The output of \ast is correct) Minimal example: \setupbodyfont[cambria] \starttext $a*b$ $a\ast b$ \stoptext At first glance, I could not find anything wrong with char-def.lua Aditya
On 11/14/2012 12:51 AM, Aditya Mahajan wrote:
Hi,
$*$ not behave the same as $\ast$ in math mode with any unicode font. (The output of \ast is correct)
Minimal example:
\setupbodyfont[cambria] \starttext $a*b$ $a\ast b$ \stoptext
At first glance, I could not find anything wrong with char-def.lua
it's one of the three border cases (/ is another one) ... unfortunately the remapping gets overwritten later on (side effect of multiple classes) so i did a fix ... hopefully it doesn't break something Now we need to figure out why xits looks crappy with the slash \setupbodyfont[xits] \starttext $a*b$ $a\ast b$ $a/b$ $a\slash b$ \stoptext Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Aditya Mahajan
-
Hans Hagen