Skip to content

tinytex 0.24

Compare
Choose a tag to compare
@yihui yihui released this 20 Jun 15:12
  • The value of the argument install_packages of tinytex::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 the texlive-* 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).