Hi, after the problem with the \column command with the normal columns environment I tried if the original problem can be solved with mixed columns. While the \column command works there a unwanted space appeared at the begin of the second column. In the following example you can see space from the \blank in the first column is ignored while in the second column it appears in the output. <example> \starttext \showframe \startmixedcolumns \blank text \column \blank text \stopmixedcolumns \stoptext </example> Wolfgang
On 3/20/2013 11:33 AM, Wolfgang Schuster wrote:
Hi,
after the problem with the \column command with the normal columns environment I tried if the original problem can be solved with mixed columns. While the \column command works there a unwanted space appeared at the begin of the second column.
In the following example you can see space from the \blank in the first column is ignored while in the second column it appears in the output.
<example> \starttext \showframe
\startmixedcolumns
\blank
text
\column
\blank
text
\stopmixedcolumns
\stoptext </example>
ok, i figured that one out ... you need to recheck the next beta (tricky node discarding etc) Hans ----------------------------------------------------------------- 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 -----------------------------------------------------------------
Am 21.03.2013 um 23:06 schrieb Hans Hagen
ok, i figured that one out ... you need to recheck the next beta (tricky node discarding etc)
The text on both columns starts now on the same position and \blank is now ignored unless one forces the space with \blank[force,…]. Wolfgang
participants (2)
-
Hans Hagen
-
Wolfgang Schuster