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
signature.asc
Description: Digital signature
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : [email protected] / 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 ___________________________________________________________________________________
