Releases: rstudio/tinytex
tinytex 0.4
-
Added a way to show more information for debugging when compiling
.tex
documents; see the section "Debugging": https://yihui.name/tinytex/r/ -
Added a
clean
argument 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
.tex
file before compiling it to PDF (#22). -
Added a
pdf_file
argument tolatexmk()
. -
Check if
wget
exists on Linux (orcurl
on macOS) ininstall_tinytex()
(#23).
tinytex 0.3
-
~/bin
does not need to be onPATH
on Linux now forlatexmk()
to work. -
emulation = TRUE
is the new default forlatexmk()
. -
Added the
tl_sizes()
function to show the sizes of LaTeX packages installed. -
Added an
engine_args
argument 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.