diff --git a/source/beamerfontthememetropolis.dtx b/source/beamerfontthememetropolis.dtx index 4a3a5ad..72816fc 100644 --- a/source/beamerfontthememetropolis.dtx +++ b/source/beamerfontthememetropolis.dtx @@ -54,6 +54,14 @@ \RequirePackage[no-math]{fontspec} % \end{macrocode} % +% Xe\LaTeX{} does not enable regular \TeX{} ligatures so that +% double-quotes and dashes are not printed correctly. The following +% line re-enables traditional \TeX{} ligatures. +% +% \begin{macrocode} + \defaultfontfeatures{Ligatures=TeX} +% \end{macrocode} +% % \begin{macro}{\checkfont} % Checks if a font is installed; if not, |fontsnotfound| is increased. % \begin{macrocode}