Why does \uchyph=0 not work for me?
It is in my preamble, but Istill get names of people hyphenated.
Is it a font issue?
I typeset with XeLaTeX.
Minimal example: try with XeLaTeX with and without fontspec:
\documentclass{article}
\usepackage{fontspec}
\begin{document}
\noindent
Some Textual Material.
Some Textual Material.
Some Textual Material.
Some Textual Material.
Some Textual Material.
Some Textual Material.
Some Textual Material.
\uchyph=0 %
\noindent
Some Textual Material.
Some Textual Material.
Some Textual Material.
Some Textual Material.
Some Textual Material.
Some Textual Material.
Some Textual Material.
\end{document}
\documentclass{...}and ending with\end{document}. – tohecz Jan 2 at 9:36\uchyphhas an effect) if I do not loadfontpsec, but fails if I do. Thefontspecpackage automatically loads the Latin Modern OTF font, and I have a feeling this is where the trouble starts: using XeTeX and the 'traditional'lmodernpackage does not cause a problem. – Joseph Wright♦ Jan 2 at 9:41