Releases: rstudio/tinytex
tinytex 0.58
tinytex 0.57
-
Added the missing font detection for the haranoaji package (thanks, @kenjisato @cderv, #465).
-
The daily TinyTeX release includes
texlive-local.debnow (thanks, @salim-b, #467).
tinytex 0.56
- Fixed a bug introduced in v0.55 that changed
latexmk()'s default output path inadvertently, causing errors when compiling a.texinput file that is not under the current working directory (thanks, @thanasisn @solvi808, rstudio/rmarkdown#2589).
tinytex 0.55
tinytex 0.54
-
Provided an internal function
tinytex:::ctan_mirrors()to return a data frame containing information about all CTAN mirrors (#450). -
Changed
whichtocommand -vin the installation script for *nix. The latter is more portable because it is a built-in shell feature, andwhichis an external utility that is not necessarily installed (#451).
tinytex 0.53
tinytex 0.52
-
Added independent packages in lieu of the ms package to the
TinyTeXbundle (thanks, @benz0li, #445). -
Added the anyfontsize package to the
TinyTeXbundle (thanks, @olivroy, #446). -
Disabled the automatic search and installation of missing LaTeX packages by default when the LaTeX distribution is not TinyTeX.
tinytex 0.51
- Added a global option
tinytex.upgradeto automatically upgrade TinyTeX when it fails due to a new release of TeX Live each year. By default, this option isFALSE. If you setoptions(tinytex.upgrade = TRUE(e.g., in.Rprofile), TinyTeX will try to upgrade itself when it is not possible to install or update LaTeX packages from CTAN due to the fact that it is still based on a previous year's TeX Live. Usually, a new release of TeX Live is made in March or April every year. If you do not upgrade, you will not be able to usetlmgrto interact with CTAN repositories that use the new release of TeX Live.
tinytex 0.50
-
The installation script
install-bin-unix.shwill throw an error early ifperlis not found (thanks, @jangorecki, #431). Note that on Linux,perl-baseis insufficient. -
options(tinytex.tlmgr_update = FALSE)can be set to preventtlmgr update --self --allwhentinytex::tlmgr_install()tries to install packages (thanks, @matthewgson, #434). -
Fixed bugs in
tinytex:::auto_repo()that preventedtinytex::install_tinytex()from setting the CTAN repository after installation (thanks, @dmkaplan2000, #436).
tinytex 0.49
-
On Windows, TinyTeX will be installed to the directory defined by the environment variable
ProgramDatawhenAPPDATApoints to a path that contains spaces or non-ASCII characters (thanks, @AJThurston @wesleyburr #420, @norbusan #427). More info: https://yihui.org/en/2023/11/tinytex-path/ -
Detect and fix the error caused by the L3 programming layer mismatch (thanks, @wesleyburr, #424).