Is it correct that inbetween works only when it inserts some kind of vertical space? \setupitems[location=top] %\def\MyInBetween{\blank[20pt]}% works \def\MyInBetween{???}% did not work \starttext \framed{\items[symbol=?, inbetween={\MyInBetween}]{SPD,CDU,Grüne}} \stoptext systems : begin file latex5.tex at line 4 ! You can't use `\prevdepth' in horizontal mode. system > error on line 7 in file latex5.tex: You can't use ` ... Herbert
On 21-10-2010 3:16, Herbert Voss wrote:
Is it correct that inbetween works only when it inserts some kind of vertical space?
\setupitems[location=top] %\def\MyInBetween{\blank[20pt]}% works \def\MyInBetween{???}% did not work \starttext
\framed{\items[symbol=?, inbetween={\MyInBetween}]{SPD,CDU,Grüne}}
\stoptext
systems : begin file latex5.tex at line 4 ! You can't use `\prevdepth' in horizontal mode.
system> error on line 7 in file latex5.tex: You can't use ` ...
maybe framed[align=normal]{...} helps ... by default, \framed is an hbox ----------------------------------------------------------------- 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
-
Herbert Voss