tinytex 0.24
-
The value of the argument
install_packages
oftinytex::latexmk()
can be set via a global option now, e.g.,options(tinytex.install_packages = FALSE)
to disable the automatic installation of missing LaTeX packages (fd0af37). -
By default, the automatic installation of missing packages only works when the
tlmgr
executable is writable (683b056). This means that, by default,tinytex::latexmk()
will no longer try to install missing packages if you are using thetexlive-*
packages of your OS such as Debian/Ubuntu/Fedora, because it is most likely to fail anyway, in which case the failure also brings confusing error messages. -
Commented out the examples in
?tinytex::r_texmf()
because they modify users' texmf trees (f209297). -
Fixed
tinytex:::install_prebuilt()
on Windows to extract the prebuilt version of TinyTeX to the correct path (f51859e).