home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / text / tex / 14406 < prev    next >
Encoding:
Text File  |  1992-12-22  |  665 b   |  23 lines

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!swrinde!network.ucsd.edu!mvb.saic.com!info-tex
  2. From: mroth@afit.af.mil (Mark A. Roth)
  3. Newsgroups: comp.text.tex
  4. Subject: Re: \raggedright
  5. Message-ID: <9212221535.AA27080@hawkeye.afit.af.mil>
  6. Date: Tue, 22 Dec 92 10:35:35 EST
  7. Organization: Info-Tex<==>Comp.Text.Tex Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 12
  10.  
  11.  
  12. The following suggestion was exactly what was needed to solve my
  13. raggedright with hyphenation needs.  Thanks to all who responded.
  14.  
  15.     \def\raggedright{%
  16.         \rightskip\z@ plus2.0em
  17.         \spaceskip.3333em plus .1666em
  18.         \xspaceskip.5em plus .1666em
  19.         \relax
  20.         }
  21.  
  22. Mark Roth
  23.