Test file: \enableregime[il1] \starttext Problems « with » spaces. \stoptext You will notice that the space after » gets globbed. Bug in symb-glm: \startencoding [default] \definecharacter leftguillemot {\symbol[xleftguillemot]} \definecharacter rightguillemot {\symbol[xrightguillemot]} \definecharacter guilsingleleft {\symbol[xguilsingleleft]} \definecharacter guilsingleright {\symbol[xguilsingleright]} \stopencoding should be \startencoding [default] \definecharacter leftguillemot {\symbol[xleftguillemot]\relax} \definecharacter rightguillemot {\symbol[xrightguillemot]\relax} \definecharacter guilsingleleft {\symbol[xguilsingleleft]\relax} \definecharacter guilsingleright {\symbol[xguilsingleright]\relax} \stopencoding because now \symbol makes forward character lookup looking for a second optional parameter. -- Giuseppe "Oblomov" Bilotta
Giuseppe Bilotta wrote:
should be
ok, patched; (i'll see ifi can fix this in the symbol handler) Hans ----------------------------------------------------------------- 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 (2)
-
Giuseppe Bilotta
-
Hans Hagen