c95
1
I'm trying to render my quarto document to a pdf in R, but I get this notification:
No TeX installation was detected.
Please run 'quarto install tinytex' to install TinyTex.
If you prefer, you may install TexLive or another TeX distribution.
I tried to install tinytex but that did not work, what should I do?
DavoWW
2
Hi @c95
Here is another way to install TinyTex (which is derived from TexLive):
https://yihui.org/tinytex/
IF you have the disc space you can also just install a full LaTeX distribution. Get LaTeX
cderv
4
What did not worked ?
You need a TeX installation if you want to render to PDF through LaTeX.
You can look at Typst format otherwise: Quarto – Typst Basics
cderv
5
Just to be clear quarto install tinytex will install this TinyTeX distribution.