-
DescriptionI am using quarto presentation formatted by revealjs. When I write and preview markdown math codes, it renders to Roman font, but after it rendered, it looks rendered other fonts rather than Roman font like below. Please let me teach if you know why and (if it could) how to resolve it. OS: Sonoma 14.2.1 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Did you try This a LaTeX problems: If you find how to tweak mathfont for LaTeX, it should work for quarto. |
Beta Was this translation helpful? Give feedback.
Did you try
mathfont
andmathfontoptions
config already ?https://quarto.org/docs/reference/formats/pdf.html#fonts
This a LaTeX problems: If you find how to tweak mathfont for LaTeX, it should work for quarto.