This commit is contained in:
m-oliver 2018-08-02 10:06:09 +00:00 committed by GitHub
commit c841257765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -52,6 +52,14 @@
}
% \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}