13 Feb
2009
13 Feb
'09
8:43 p.m.
Am 13.02.2009 um 21:16 schrieb Alan Stone:
Thanks Wolfgang. I don't understanf the use of location=middle though...
\starttext
\framed[% location=middle, align=middle, height=5cm, width=\hsize, frame=on] {some text}
\framed[% align=middle, height=5cm, width=\hsize, frame=on] {some text}
\stoptext
You need text before/after the box to see the effect of location. \def\showbox#1% {\ruledvbox{#1: text \framed[location=#1,width=1cm,align=right] {text text text} text}} \starttext \showbox{normal} \showbox{middle} \showbox{top} \showbox{bottom} \stoptext Wolfgang