Hi, I am using ConTeXt ver: 2008.05.13, and in mkiv braces seem to gobble the next digit. They work fine with mkii. Minimal example \starttext The digits $\{0,1,2,3,4\}0,1,2,3,4$ The letters $\{a,b,c,d\}a,b,c,d$ \stoptext Aditya
Aditya Mahajan wrote:
Hi,
I am using ConTeXt ver: 2008.05.13, and in mkiv braces seem to gobble the next digit. They work fine with mkii.
Minimal example
\starttext The digits $\{0,1,2,3,4\}0,1,2,3,4$ The letters $\{a,b,c,d\}a,b,c,d$ \stoptext
add spaces ... function mathematics.mathchar(class,family,slot) return ("\\omathchar\"%X%02X%04X "):format(class,family,slot) end function mathematics.mathaccent(class,family,slot) return ("\\omathaccent\"%X%02X%04X "):format(class,family,slot) end function mathematics.delimiter(class,family,slot,largefamily,largeslot) return ("\\odelimiter\"%X%02X%04X\"%02X%04X "):format(class,family,slot,largefamily,largeslot) end ----------------------------------------------------------------- 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 -----------------------------------------------------------------
On Wed, 14 May 2008, Hans Hagen wrote:
Aditya Mahajan wrote:
Hi,
I am using ConTeXt ver: 2008.05.13, and in mkiv braces seem to gobble the next digit. They work fine with mkii.
Minimal example
\starttext The digits $\{0,1,2,3,4\}0,1,2,3,4$ The letters $\{a,b,c,d\}a,b,c,d$ \stoptext
add spaces ...
function mathematics.mathchar(class,family,slot) return ("\\omathchar\"%X%02X%04X "):format(class,family,slot) end function mathematics.mathaccent(class,family,slot) return ("\\omathaccent\"%X%02X%04X "):format(class,family,slot) end function mathematics.delimiter(class,family,slot,largefamily,largeslot) return ("\\odelimiter\"%X%02X%04X\"%02X%04X "):format(class,family,slot,largefamily,largeslot) end
Thanks. Works perfectly. Aditya
participants (2)
-
Aditya Mahajan
-
Hans Hagen