![](https://secure.gravatar.com/avatar/0e86c3ddf8d04cdb7b66f8fe72117b1e.jpg?s=120&d=mm&r=g)
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
![](https://secure.gravatar.com/avatar/49e63acb01f2ca80efce7eed08310ce8.jpg?s=120&d=mm&r=g)
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