Skip to content

Releases: rstudio/tinytex

tinytex 0.42

27 Sep 15:52
Compare
Choose a tag to compare
  • Querying CTAN might time out, which can cause failure in installing TinyTeX (thanks, Lillian Welsh, https://stackoverflow.com/q/73404800/559676).

  • When installing TinyTeX on macOS and the directory /usr/local/bin does not exist, users will be prompted to create it. Then if it is not writable, users will be prompted to make it writable via chown (a13ae48).

tinytex 0.41

16 Aug 14:05
Compare
Choose a tag to compare
  • TinyTeX no longer defines the TEXMFHOME variable (thanks, @vsheg, #377).

  • The internal function fc_cache() also runs on the TinyTeX root directory now (3d146ac).

tinytex 0.40

16 Jun 01:30
Compare
Choose a tag to compare
  • Added a bundle argument to tinytex::install_tinytex(), so that users can choose to install any TinyTeX bundle, e.g., TinyTeX-0 or TinyTeX-2.

tinytex 0.39

17 May 02:34
Compare
Choose a tag to compare
  • The tinytex and tinytex-releases repositories have been moved from @yihui's account to @rstudio, i.e., their addresses are https://github.com/rstudio/tinytex/ and https://github.com/rstudio/tinytex-releases/ now.

  • The full TeX Live has been pre-built as the TinyTeX-2 bundle in the daily release of TinyTeX: https://github.com/rstudio/tinytex-releases/releases/tag/daily To know how to install it, please see https://github.com/rstudio/tinytex-releases#installation.

  • If tinytex::install_tinytex() detects an existing LaTeX distribution in the system, it will ask if you want to continue the installation in an interactive R session. If this function is called in a non-interactive R session (e.g., via the Rscript command), it will throw an error in this case, unless the argument force = TRUE is used. This is to prevent an accidental installation of TinyTeX (which occurred on CRAN recently). Another way to prevent the installation is to set the environment variable TINYTEX_PREVENT_INSTALL=true.

  • On *nix, if the dir ~/.local/bin exists, it will be used as the bin path for TinyTeX, i.e., symlinks of TeX Live binaries will be created to this dir. If it does not exist, ~/bin/ will be used as usual (thanks, @salim-b, #365).

tinytex 0.38

29 Mar 00:52
Compare
Choose a tag to compare
  • Fixed #354: set the env var TEXLIVE_PREFER_OWN=1 before calling tlmgr() to use TeX Live's own curl instead of curl on PATH (thanks, @netique).

  • Fixed latex3/luaotfload#213: detect the lua-uni-algos package in case of error module 'lua-uni-normalize' not found (thanks, @dragonstyle).

  • Added the help page ?tinytex (thanks, @AmeliaMN, #361).

  • Use set -e and curl -f to fail immediately in the *nix installation script (thanks, @gaborcsardi, #356).

tinytex 0.37

16 Feb 16:28
Compare
Choose a tag to compare

tinytex 0.36

19 Dec 06:07
Compare
Choose a tag to compare
  • Fixed the failure to detect the hyphen-french package from the LaTeX log: https://stackoverflow.com/q/69887190/559676

  • xfun::session_info('tinytex') can report the TeX Live (TinyTeX) version now.

  • Improved the way tinytex::tlmgr_repo() normalizes the repo URL (#346).

tinytex 0.35

04 Nov 15:29
Compare
Choose a tag to compare

tinytex 0.34

25 Mar 14:06
Compare
Choose a tag to compare

tinytex 0.33

05 Aug 21:32
Compare
Choose a tag to compare
  • Fixed the paths in texmf-var/fonts/conf/fonts.conf (thanks, @igelstorm @norbusan, #313).

  • Each LaTeX warning is now converted to a single R warning, which is printed immediately (thanks, @krivit, #315).

  • Remove the character v from the version argument of install_tinytex() (thanks, @cderv, #318).