[NTG-context] Box of certain width (and height?) containing a paragraph of text?

Aditya Mahajan adityam at umich.edu
Mon Mar 30 22:59:00 CEST 2020


> Does ConTeXt have a command to create a (non framed) box from a line of 
> text, where the text is typeset as a paragraph inside a box of certain 
> size?

You can always fall back to plain tex, but I think that the \framed... 
interface is nicer:

\starttext
\vbox{\hsize 3cm \input ward\relax}
\stoptext

Aditya


More information about the ntg-context mailing list