Well, after all these years, there's still something to learn about TeX :-)<br><br>I've learned the hard way to stay well away from \everypar when using LaTeX!<br><br>Thanks, Jonathan,<br><br>Dominik<br><br>
<br><br><div class="gmail_quote">On 16 December 2010 15:35, Jonathan Kew <span dir="ltr"><<a href="mailto:jfkthame@googlemail.com">jfkthame@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

TeX doesn't hyphenate the first word of a paragraph. It's to do with the rules about finding candidate letter sequences; IIRC, it might be the \hbox for the paragraph indent that's preventing it. The TeXbook explains it all fully, but I'm away from my copy just now.<br>


<br>
You can probably "fix" this, if desired, by inserting \allowhyphens before the first word, where \allowhyphens is defined as<br>
<br>
  \def\allowhyphens{\nobreak \hskip 0pt \relax}<br>
<br>
so that the first word is preceded by some (zero-width) glue. Or even use \everypar to insert this (how to make that play nicely with LaTeX packages that also want to use \everypar is left as an exercise.....)<br>
<font color="#888888"><br>
JK<br>
</font><div><div></div><div class="h5"><br>
On 16 Dec 2010, at 05:52, Dominik Wujastyk wrote:<br>
<br>
> I've just realized that this behaviour doesn't depend on polyglossia or xelatex.  I still find it puzzling.<br>
><br>
> D<br>
><br>
> On 16 December 2010 14:50, Dominik Wujastyk <<a href="mailto:wujastyk@gmail.com">wujastyk@gmail.com</a>> wrote:<br>
><br>
<br>
<br>
</div></div></blockquote></div><br>