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
I've moved to using Rmarkdown and trying Quarto as well. I quickly ran into the issue of not being able to render/knit to PDF or Word. If you have issues you could try installing this in R:
tinytex::install_tinytex(version = "latest")
(further info relating to this here - rstudio/tinytex#326
I had error messages such as:
In Quarto
No LaTeX installation detected (LaTeX is required to create PDF output). You should install a LaTeX distribution for your platform: https://www.latex-project.org/get/
In Rmarkdown
Error: LaTeX failed to compile test-knit.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips.
In addition: Warning message:
In system2(..., stdout = if (use_file_stdout()) f1 else FALSE, stderr = f2) :
'"pdflatex"' not found
Execution halted
No LaTeX installation detected (LaTeX is required to create PDF output). You should install a LaTeX distribution for your platform: https://www.latex-project.org/get/
I have of course viewed online searches for help, and tried the install of TinyText and running it before rendering to PDF/Word, but without luck. It's as though the latex package is not available for rendering to PDF/Word. Anyone face or overcome these issues ?
The text was updated successfully, but these errors were encountered:
I've moved to using Rmarkdown and trying Quarto as well. I quickly ran into the issue of not being able to render/knit to PDF or Word. If you have issues you could try installing this in R:
tinytex::install_tinytex(version = "latest")
(further info relating to this here - rstudio/tinytex#326
I had error messages such as:
In Quarto
No LaTeX installation detected (LaTeX is required to create PDF output). You should install a LaTeX distribution for your platform: https://www.latex-project.org/get/
In Rmarkdown
I have of course viewed online searches for help, and tried the install of TinyText and running it before rendering to PDF/Word, but without luck. It's as though the latex package is not available for rendering to PDF/Word. Anyone face or overcome these issues ?
The text was updated successfully, but these errors were encountered: