28 Sep
2010
28 Sep
'10
2:38 a.m.
Hi, There is a bug in buff-ver.mkiv. Minimal example: \starttext \type+\test{+ \stoptext gives Runaway argument? \stoptext ! File ended while scanning use of \dodotypeDD. system > error on line 0 in file : File ended while scanning use of \dodotypeDD ... <empty file> <inserted text> \par <*> ./test This example works fine in MkII. Bugfix: In buff-ver.mkiv change line395 \setcatcodetable \typcatcodesa to \setcatcodetable \vrbcatcodes Aditya