I have the following:
\usepackage{fontspec}
\setromanfont [Ligatures={Common}, Numbers={OldStyle}]{Palatino}
And compile with this:
xelatex main.tex
I use:
``word''
But the quotes are never curly as they should be. I can only get the curly quotes when using the default font.
Ideas?
Best Answer
You need to use the option
Ligatures=TeX
(orMapping=tex-text
for older version of fontspec), e.g.: