- Just uninstall
TinyTexis 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
latexmkinstead 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 ↩