- Just uninstall
TinyTex
is enough to use other installed LaTeX distribution. To uninstall
TinyTex
:1
2
3rm -rf ~/.TinyTex
rm -rf ~/bin # or just remove the links in ~/bin
# remove ~/bin from $PATHTo use
latexmk
instead of tinytex’s emulation:1
2> options(tinytex.latexmk.emulation = FALSE)
> bookdown::render_book("./index.Rmd","bookdown::pdf_book")
Reference
1. https://github.com/yihui/tinytex/issues/48 ↩