20 Mar
2013
20 Mar
'13
10:33 a.m.
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