Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!cis.ohio-state.edu!ucbvax!bloom-beacon!eru!hagbard!sunic!dkuug!iesd!iesd.auc.dk!krab From: krab@iesd.auc.dk (Kresten Krab Thorup) Newsgroups: comp.text.tex Subject: Re: multi-line vbox Message-ID: Date: 28 May 91 22:59:42 GMT References: Sender: news@iesd.auc.dk Distribution: comp Organization: Mathematics and Computer Science, University of Aalborg Lines: 9 In-reply-to: jefft@athena.mit.edu's message of 20 May 91 02:40:11 GMT Try: \hbox to SIZE{\vbox{ test tes test test test }} where size can be any TeX length. BTW this problem is also implemented in LaTeX's \parbox command. /Kresten