-
DescriptionIn a quarto html book, I need to write
The preview works great, but when I render I get compilation failed- error I tried writing the following in _quarto.yml, but this didn't work. Can someone please help?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This is a PDF compilation error. You need to add the include in PDF format instead. |
Beta Was this translation helpful? Give feedback.
-
If you need to use special "package" in math HTML environment such as MathJax (default) or KaTeX, you need to configure the tool you are using to do so if it does support it. There are several GitHub Discussions about this: |
Beta Was this translation helpful? Give feedback.
This is a PDF compilation error. You need to add the include in PDF format instead.