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).