-
For rendering pdf, it is possible to use latex package. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
You have to use MathJax, KaTeX, etc. as described in the documentation: https://quarto.org/docs/output-formats/html-basics.html#latex-equations There is an example in the gallery, namely "HTML for web publishing" using KaTeX (see the code at https://github.com/quarto-dev/quarto-gallery/blob/main/articles/html/html.qmd). The tricky part is to find which HTML library provides
|
Beta Was this translation helpful? Give feedback.
You have to use MathJax, KaTeX, etc. as described in the documentation: https://quarto.org/docs/output-formats/html-basics.html#latex-equations
There is an example in the gallery, namely "HTML for web publishing" using KaTeX (see the code at https://github.com/quarto-dev/quarto-gallery/blob/main/articles/html/html.qmd).
The tricky part is to find which HTML library provides
\qty
.