[XeTeX] Can't activate hyphenation for Unicode polytonic Greek

Bruno Voisin bvoisin at mac.com
Wed Jul 12 08:37:45 CEST 2006


Le 12 juil. 06 à 00:41, Bruno Voisin a écrit :

> I've never tried myself, but something that could be tried is putting
> in the preamble:
>
> \usepackage[greek,english]{babel}
>
> so that babel-specific settings for both English and Greek are
> loaded, with English the default, and then write just after \begin
> {document}:
>
> \begin{hyphenrules}{greek}
>
> and immediately before \end{document}:
>
> \end{hyphenrules}

Actually it might be simpler to write in the preamble of your LaTeX  
documents:

\usepackage[greek,english]{babel}
\AtBeginDocument{\begin{hyphenrules}{greek}}
\AtEndDocument  {\end{hyphenrules}}



More information about the XeTeX mailing list