On Sun, 29 Sep 2002 19:06:27 +0200
Hans Hagen <[EMAIL PROTECTED]> 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 <Text> \eTD)
> 
> [align=normal]
> 
> >(2) in general in a \vbox{\hsize <dimen> <Text>}
> 
> 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

Reply via email to