On Sat, 3 Dec 2011, Hans Hagen wrote:
On 30-11-2011 06:36, Mikael P. Sundqvist wrote:
is there any chance that the problem with too much space in math described in [1] will be fixed soon? I tried the latest beta, but it seems that it is not yet fixed.
in char-def.lua, make the mathclass 'ord':
{ adobename="slash", .... mathclass="ord", .... },
Thanks to http://repo.or.cz/w/context.git/blame/refs/heads/origin:/tex/context/base/ch... (warning, takes a long time to load), this was changed on 2011-06-08, along with these changes http://repo.or.cz/w/context.git/blobdiff/b17f22aa285224dcf5b1dbccd795bc73b9a... Actually, the change from "rceil" -> "rceiling" (and same for "lceil") will break backward compatibility. Can we have both the macros: mathspec = { { class="close", name = "rceil", }, { class="close", name="rceiling", } }, Aditya