From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9420 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: justified text Date: Mon, 30 Sep 2002 13:26:17 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <20020930132617.6f381314.morawski@gmx.net> References: <20020928113039.40988890.morawski@gmx.net> <5.1.0.14.1.20020929190449.01fcb6d0@remote-1> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035399748 2996 80.91.224.250 (23 Oct 2002 19:02:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 19:02:28 +0000 (UTC) Original-To: ConTeXt In-Reply-To: <5.1.0.14.1.20020929190449.01fcb6d0@remote-1> Xref: main.gmane.org gmane.comp.tex.context:9420 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9420 On Sun, 29 Sep 2002 19:06:27 +0200 Hans Hagen wrote: > At 11:30 AM 9/28/2002 +0200, Jens-Uwe Morawski wrote: > >How can i get fully justified text with hyphenation, as in normal text, > >in: > >(1) TaBlE (\bTD \eTD) > > [align=normal] > > >(2) in general in a \vbox{\hsize } > > this normally happens already there, unless you have set justification to > left / right > > >I've tried to modify tolerance (\setuptolerance) but this did not > >help. > > \setuptolerance[verytolerant,stretch] thanks. Setting \setuptolerance[tolerant,stretch] for the \vbox gives the desired result. While testing i've got the following error: ! I can't find file `tufte}'. l.15 \vbox{\hsize 6cm \input tufte} The TeX-input is: \vbox{\hsize 6cm \input tufte} 'kpsewhich tufte.tex' gives: /usr/local/share/texmf-context/tex/context/sample/tufte.tex and even the following works: \startbuffer \input tufte \stopbuffer \vbox{\hsize 6cm \getbuffer} Can anybody explain why i cannot use \input in \vbox directly? Jens