i have the problem that the Hyphenation ist nor working correctly when i have loaded the Font Times New Roman.
I'm using LuaLaTex and here you can see my MWE:
\documentclass[%
a4paper,
12pt,
DIV=calc,
oneside,
parskip=half
]
{scrreprt}
\usepackage[a4paper, left=3cm, right=2.5cm, top=2.5cm, bottom=2.5cm, includefoot]{geometry}
\usepackage{fontspec}
\usepackage{polyglossia}
\setdefaultlanguage{german}
\setmainfont{Times New Roman}
\begin{document}
Ligatures: fi fl ffl
whitespace Keynesian dwarfish calflike wolffish rufflike rooftop \\ \\
Für die Autorisierung und Zugriffsverwaltung innerhalb und gegenüber dem X.500-Verzeichnisdienst wurden X.509-Zertifikate definiert, deren Zertifikatssyntax als \textit{Abstract Syntax Notation One} (ASN.1) bezeichnet wird. Detailliertere Informationen zu ASN.1 sind zu entnehmen.
\end{document}
I tried also adding \hyphenation{X.500=Ver-zeich-nis-dienst} before \begin{document} but has no effect.
When i run the example without the command \setmainfont{Times New Roman} or use instead Times New Roman the Font Trebuchet MS, it is working fine.
So could this be a problem with the Times New Roman Font? Or where is the problem?


X.500-Verzeichnisdienst. I tried to put inside\hypenationcommand but did not work. – Opa114 Mar 31 '16 at 19:30\\ \\to create 'blank' space in your document. (I realize that you may be doing so just for this example.) – jon Mar 31 '16 at 19:44\hyphenation{Ver-zeich-nis-dienst}did not work. and yes the\\is only in this example - i don't use this either. – Opa114 Mar 31 '16 at 21:34