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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to