Path: utzoo!attcan!uunet!dino!ux1.cso.uiuc.edu!csrd.uiuc.edu!sp1.csrd.uiuc.edu!eijkhout From: eijkhout@sp1.csrd.uiuc.edu (Victor Eijkhout) Newsgroups: comp.text.tex Subject: Re: hyphenation in TeX 3.0? Message-ID: <1990Oct27.184144.26627@csrd.uiuc.edu> Date: 27 Oct 90 18:41:44 GMT References: <1990Oct27.014258.25021@midway.uchicago.edu> Sender: news@csrd.uiuc.edu (news) Organization: UIUC Center for Supercomputing Research and Development Lines: 19 geyer@galton.uchicago.edu (Charles Geyer) writes: >The TeX 3.0 we have here performs the following terrible hyphenation: >in response to \showhyphens{Younes} it echos > \tenrm Y-ounes You are probably using an old version of plain.tex. The length of the hyphenated fragments is controlledby two new parameters in TeX 3, \lefthyphenmin and \righthyphenmin. These have probably a default 1, but are set to 2 and 3 respectively in the plain format. If you are not in a position to recreate your format (complain fiercely to your systems crew, because they messed up!, but in the mean while) include statements \lefthyphenmin=2 \righthyphenmin=3 in the jobs where this occurs. Victor.