-
Hello, I'm using the default PDF engine and am trying to change the font using the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Is there any error message that is thrown and give hints ? From https://www.ctan.org/pkg/mathpazo,
So isn't it only for math rendering ? This one is also for Palatino https://www.ctan.org/pkg/domitian Also not that
Default engine is xelatex with Quarto, and you need to change it or use the correct font option ( Hope it helps. |
Beta Was this translation helpful? Give feedback.
-
Update: yep, this worked fine with xelatex after installing these fonts on my system and refreshing the font cache. format:
pdf:
mainfont: TeX Gyre Pagella
mathfont: TeX Gyre Pagella Math
sansfont: Open Sans |
Beta Was this translation helpful? Give feedback.
Update: yep, this worked fine with xelatex after installing these fonts on my system and refreshing the font cache.