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

2020-03-30 Thread Aditya Mahajan
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
___
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
___


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

2020-03-30 Thread Willi Egger
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
> ___

___
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
___


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

2020-03-30 Thread Gerben Wierda
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
___