tinytex 0.20
-
Make sure
tlmgr_install()
can install packages successfully on Windows (2f3abf3). -
tinytex:::is_tinytex()
will no longer signal an error if TinyTeX is not found and will returnFALSE
instead (3268f6b). -
uninstall_tinytex()
will cleanly uninstall TinyTeX and deletes the~/.TinyTeX
folder if it exists for some reason (fe0eb01). -
Added an argument
add_path
toinstall_tinytex()
so users can disabletlmgr path add
(thanks, @norbusan, #179).