Skip to content

tinytex 0.4

Compare
Choose a tag to compare
@yihui yihui released this 12 Mar 15:39
· 695 commits to main since this release
  • 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).