[lltx] broken dash ligatures

Stephan Hennig mailing_list at arcor.de
Mon May 9 11:18:17 CEST 2011


schrieb Philipp Stephani:

> For the moment, try to avoid the legacy ligatures.

Unfortunately, that isn't possible if the ligature comes from a package,
such as natbib with the sort&compress option.

Best regards,
Stephan Hennig


[run twice through lualatex]

\listfiles
\documentclass{article}
\usepackage{fontspec}
\setmainfont{Arial}
\usepackage[numbers,sort&compress]{natbib}
\begin{document}
\cite{a, b, c}
\begin{thebibliography}{99}
\bibitem[A()]{a}A.
\bibitem[B()]{b}B.
\bibitem[C()]{c}C.
\end{thebibliography}
\end{document}

%%% Local Variables:
%%% coding: utf-8
%%% mode: latex
%%% TeX-master: t
%%% End:


More information about the lualatex-dev mailing list