You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
P.S. If you're using base R plots, then I would recommend adding global.par: true (or maybe global.device: true) to opts_knit so that any font family set in par persists over the full document. (See here.)
Thanks for the really useful package. I'm running into some problems when trying to use showtext with Quarto.
I'm familiar with using
fig.showtext = TRUE
in rmarkdown code chunks andfig_retina = 1
for html output, but how can the same be specified for Quarto?Also is there a way to set
fig.showtext
for all code blocks?The text was updated successfully, but these errors were encountered: