Hi Daniel,

With the \usepackage[british]{babel} command, you can use the
British hyphenation (supposing British hyphenation patterns are
compiled into LaTeX, if not, configure your LaTeX system, for
example, run textconfig in the TeTeX distribution).

"guardian" is hyphenated by TeX with British English
hyphenation patterns (ukhyphen.tex):

$ grep guard.*i.*an en_GB.log
[] \T1/cmr/m/n/10 guard-ian
[] \T1/cmr/m/n/10 guard-i-an-ship

There is a traditional TeX limit for the lenghts of the left and the
right hyphenated part of the words
(http://www.dillgroup.ucsf.edu/latex/texfaq_14.html).
Using the

\lefthypenmin=1
\righthyphenmin=1

commands in the TeX file we can get the OOo's hyphenation:

$ grep guard.*i.*an en_GB.log
[] \T1/cmr/m/n/10 guard-i-an
[] \T1/cmr/m/n/10 guard-i-an-ship

Regards,

Laci


Quoting Daniel Naber <[EMAIL PROTECTED]>:

> On Dienstag 01 November 2005 02:00, Kevin B. Hendricks wrote:
>
> > Do you have that backwards?  According to my dictionary the correct
> > hyphenation for guardian is guard-i-an?
>
> No, this is correct:
>
> > > OOo <-> TeX
> > > abor-ted   aborted
> > > guard-i-an    guardian
> > > briskness   brisk-ness
>
> However, I should have noted that this was GB hyphenation. GB and US
> hyphenation are quite different in OOo (about 60,000 of 120,000 words have
> a different hyphenation in GB compared to US when using OOo's
> hyphenation). "guardian" isn't hyphenated by TeX, neither by OOo when
> using US hyphenation.
>
> Anyway, if you compare the US hyphenation to the TeX hyphenation there are
> also tens of thousands of differences (I don't know how to tell TeX to use
> GB or US hyphenation).
>
> Regards
>  Daniel
>
> --
> http://www.danielnaber.de
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>




----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to