Math Fontsize in PDF output #8085
-
DescriptionHello I'm currently writing a thesis using Quarto. I would like to reduce the math fontsize in my text, aswell as in $$ $$ environments. The image below shows, that the mathsymbols appear to be too big in the text. this is my quarto.yml file:
In my styling file,
I tried to use with no effect:
Does anyone have a suggestion how to set the font size of math symbols? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Take a look at the Also, you can use |
Beta Was this translation helpful? Give feedback.
Thank you for the answer. By playing around with the LaTeX code, i got my desired output using the latexmk engine. I assume it has something to do with this snipped in the preamble:
in short, using
pdf-engine: latexmk
in my quarto.yml solved my problem.