On 2013–06–06 honyk wrote:

> I'd like to type two blocks of text with different 'align' settings side by
> side.

Here's one way to do it:

\setupframed
  [offset=1ex,
   width=8cm,
   frame=off]

\starttext
  \placesidebyside
    {\startframed[align={normal,left}]  \input knuth\par\stopframed}
    {\startframed[align={normal,right}] \input knuth\par\stopframed}
\stoptext

Marco

Attachment: signature.asc
Description: Digital signature

___________________________________________________________________________________
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