Skip to content

Releases: rstudio/tinytex

tinytex 0.4

12 Mar 15:39
Compare
Choose a tag to compare
  • 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 to latexmk(), 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 to latexmk().

  • Check if wget exists on Linux (or curl on macOS) in install_tinytex() (#23).

tinytex 0.3

08 Mar 17:57
Compare
Choose a tag to compare
  • ~/bin does not need to be on PATH on Linux now for latexmk() to work.

  • emulation = TRUE is the new default for latexmk().

  • Added the tl_sizes() function to show the sizes of LaTeX packages installed.

  • Added an engine_args argument to latexmk().

  • Made it possible to specify the CTAN mirror in install_tinytex() (#14).

tinytex 0.2

20 Dec 05:17
Compare
Choose a tag to compare
  • Fixed a minor bug on Windows (latexmk() may fail to install packages automatically).

  • More informative messages during install_tinytex().

tinytex 0.1

13 Dec 15:25
Compare
Choose a tag to compare

tinytex 0.0

13 Dec 15:24
Compare
Choose a tag to compare
tinytex 0.0 Pre-release
Pre-release

The first draft version.