Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!math!greg From: greg@jif.berkeley.edu (Greg) Newsgroups: comp.text Subject: Re: \parbox dilemma in LaTeX Message-ID: <20225@agate.BERKELEY.EDU> Date: 11 Feb 89 01:23:32 GMT References: <20208@agate.BERKELEY.EDU> Sender: usenet@agate.BERKELEY.EDU Reply-To: greg@math.Berkeley.EDU (Greg) Organization: U.C. Berkeley Lines: 18 In article mrd@sun.soe.clarkson.edu (Michael DeCorte) writes: >have you tried \raggedright I think it will do what you want. In article <50303@yale-celray.yale.UUCP> leichter@cs.yale.edu (Jerry Leichter) writes: >b) If you really want to just forbid hyphenation, the following should work: > \parbox[t]{1in}{{\hyphenpenalty=10000 \bf #1}} Thanks for your suggestions folks; the right answer turns out to be: \parbox[t]{1in}{\raggedright \bf #1} I think my previous problem was that I first tried the following, which does NOT work: \parbox[t]{1in}{{\raggedright \bf #1}} --- Greg