<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY>
Le dimanche 28 novembre 2010 à 18:04 -0500, Fr. Michael Gilmary a écrit :<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
I used this:


\hyphenation{oscillo-scope}

and it hyphenated correctly (I think!)


> Also, I guess I should test it with polyglossia, but I have never used
> it (and don't have much time to RTM for now). Is it hard to set up?
>   


See above.


HTH.
</PRE>
</BLOCKQUOTE>
<BR>
Thank you, Sir! <BR>
<BR>
This is all very excellent. To say that I was scared to make the switch to polyglossia!<BR>
I guess I had not so fond memories of my first clashes with Ubuntu's outdated TexLive packages.<BR>
<BR>
And the user manual is a mere 15 pages, I'm reading it right now! <IMG SRC="cid:1290999604.29884.12.camel@maxim-desktop" ALIGN="middle" ALT=";)" BORDER="0"><BR>
<BR>
Polyglossia seems a superior solution, indeed, there is not even the need to specify the hyphenation rule, <BR>
it splits the "l'oscilloscope" word just fine with the defaults:<BR>
<BR>
% Test document<BR>
\documentclass[12pt,letterpaper,oneside,draft]{memoir}<BR>
<BR>
\usepackage{fontspec}<BR>
\usepackage{polyglossia}<BR>
\setdefaultlanguage{french}<BR>
<BR>
\begin{document}<BR>
<BR>
l'oscilloscope l'oscilloscope l'oscilloscope l'oscilloscope<BR>
l'oscilloscope l'oscilloscope l'oscilloscope l'oscilloscope<BR>
l'oscilloscope l'oscilloscope l'oscilloscope l'oscilloscope<BR>
l'oscilloscope l'oscilloscope l'oscilloscope l'oscilloscope<BR>
<BR>
\end{document}<BR>
<BR>
Many thanks again!<BR>
<BR>
Maxim
</BODY>
</HTML>