Releases: rstudio/tinytex
tinytex 0.8
-
Fixed #69 :
install_tinytex()failed on Windows. -
Added a function
tinytex_root()to return the root directory of TinyTeX. -
Added functions
copy_tinytex()anduse_tinytex()to make it easier to copy an existing TinyTeX installation to another location (e.g., on a portable device), and use it in another system.
tinytex 0.7
-
It is possible to provide a custom command to generate the LaTeX index via the global option
tinytex.makeindex. See the help page?tinytex::latexmkfor details. -
Fixed #60: R's texmf tree cannot be found on Manjaro Linux via
R.home('share'). -
When both MiKTeX (or another LaTeX distribution) and TinyTeX are installed on Windows, TinyTeX will be used.
-
Provided an experimental pre-built version of TinyTeX on Windows (#50).
-
Always expand the path of the input file in
latexmk()(#64).
tinytex 0.6
NEW FEATURES
-
Added a new function
tl_pkgs()to list installed LaTeX packages. -
Added a new function
reinstall_tinytex()to uninstall and reinstall TinyTeX. You may need to use this function once every year after TeX Live is upgraded (e.g., from 2017 to 2018). -
The package epstopdf will be automatically installed if needed (rstudio/rticles#176).
MINOR CHANGES
- The package latexmk is included in the default installation of TinyTeX now (#51).
tinytex 0.5
tinytex 0.4
-
Added a way to show more information for debugging when compiling
.texdocuments; see the section "Debugging": https://yihui.name/tinytex/r/ -
Added a
cleanargument tolatexmk(), so that users can choose to keep the auxiliary files (#21). -
Do not (temporarily) change the working directory to the parent directory of the
.texfile before compiling it to PDF (#22). -
Added a
pdf_fileargument tolatexmk(). -
Check if
wgetexists on Linux (orcurlon macOS) ininstall_tinytex()(#23).
tinytex 0.3
-
~/bindoes not need to be onPATHon Linux now forlatexmk()to work. -
emulation = TRUEis the new default forlatexmk(). -
Added the
tl_sizes()function to show the sizes of LaTeX packages installed. -
Added an
engine_argsargument tolatexmk(). -
Made it possible to specify the CTAN mirror in
install_tinytex()(#14).
tinytex 0.2
-
Fixed a minor bug on Windows (
latexmk()may fail to install packages automatically). -
More informative messages during
install_tinytex().
tinytex 0.1
The first CRAN release: https://cran.rstudio.com/package=tinytex
tinytex 0.0
The first draft version.