bug in mkiv with and underlined space
Hi List, Hi Hans I think I figured out an bug in MKIV, the following minimal example works in mkii but not in mkiv \definehspace[myspace][8em] \starttext Test if you can place a space \underbar{\hspace[myspace]} right here. \stoptext the wished and delivered result in mkii is a line of the length of 8em, but in mkiv it only delivers the space but not the underline... Greetings -- --- Martin 'golodhrim' Scholz Auf dem Sattler 4 34516 Ederbringhausen Phone: +49 6454 799623 mobile: +49 176 63301749 Fax: +49 6454 e-Mail: scholz.m82@googlemail.com Frankly, Scarlett, I don't have a fix. -- Rhett Buggler
On 24-5-2010 9:24, Martin 'golodhrim' Scholz wrote:
\definehspace[myspace][8em]
\starttext Test if you can place a space \underbar{\hspace[myspace]} right here. \stoptext
a different method is used, for the moment use \underbar{\char0\hspace[myspace]\char0} maye some day i'll make a \underbar[width=8em]{...} in mkiv leading and trailing spaces are skipped ----------------------------------------------------------------- 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)
-
Hans Hagen
-
Martin 'golodhrim' Scholz