Box of certain width (and height?) containing a paragraph of text?
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? G
Gerben, did you think about using \framedtext, setting the frame off? Willi
On 30 Mar 2020, at 21:45, Gerben Wierda
wrote: 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?
G ___________________________________________________________________________________ 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://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
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
participants (3)
-
Aditya Mahajan
-
Gerben Wierda
-
Willi Egger