5 Jul
2012
5 Jul
'12
10:29 a.m.
Am 05.07.2012 um 11:01 schrieb Meer, H. van der:
Sorry, missed the inclusion of the output of the minimal example.
In the ConTeXT manual I see that a construct \framed{A\\B\\C} should type set as three lines below each other:
A B C
But instead the \\'s disappear without a trace. Did I miss some change on the use of \\'s in \framed? Could it be a sideeffect of recent changes?
The \\ is converted to a space as you can see in the output, you have to set a align value to break the input into lines. \starttext \framed[align=middle]{A\\B\\C} \stoptext Wolfgang