Re-enable TeX ligatures in XeTeX.

This commit is contained in:
Marcel Oliver 2016-02-12 16:30:24 +01:00
parent c997553cad
commit 262ac105a4
1 changed files with 8 additions and 0 deletions

View File

@ -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}