0

I have a document which are previously compiled with regular pdflatex with \usepackage{times}, the typographic quote symbols are generated correctly as:

enter image description here

And once I started to use LuaLatex with:

\usepackage{fontspec}
\setmainfont{Times}

The quote symbols are generated as:

enter image description here

How come and how to fix this? Thanks!!

Mico
  • 506,678
Oliver
  • 185
  • 2
    Update fontspec or use \setmainfont[Ligatures=TeX]{Times} – Thérèse Nov 06 '14 at 16:26
  • yep, that works. You want to update this as an answer so I can accept? thx a lot. – Oliver Nov 06 '14 at 16:51
  • Not worth it — this will almost certainly be closed as a duplicate when someone has time to find the place where the matter was addressed more fully. – Thérèse Nov 06 '14 at 16:56
  • 2
    You should first of all update your TeX distribution; the latest release of fontspec enables TeX ligatures by default. – egreg Nov 06 '14 at 17:30

0 Answers0