5

I installed texlive 2013 today. After installation, luatex cannot generate ligatures for "fi fl ff", but it can for ``` '' ---.xetex` works perfectly here, after update.

MWE:

\documentclass{article}

\usepackage{fontspec}
\setmainfont[Ligatures={Common,Rare,TeX}]{EB Garamond}

\begin{document}

\Huge{ffi fl fi `` '' ---}

\end{document}

<code>lualatex</code> version:


UPDATE: I tried to use the method described here: How to enable ligatures for emdash/endash in LuaTeX ? And luatex can generate ligatures correctly. So is my problem related to fontspec?

enter image description here

0 Answers0