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?