install_tinytex {tinytex} | R Documentation |
The function install_tinytex()
downloads the installation script from
https://github.com/yihui/tinytex according to the platform (Unix or
Windows), and executes it to install TinyTeX (a custom LaTeX distribution
based on TeX Live). The function uninstall_tinytex()
removes TinyTeX.
install_tinytex(force = FALSE, dir, repository = "ctan") uninstall_tinytex(force = FALSE, dir = texlive_root())
force |
Whether to force to install (override) or uninstall TinyTeX. |
dir |
The directory to install or uninstall TinyTeX (should not exist
unless |
repository |
The CTAN repository to be used. By default, a fast mirror
is automatically chosen. You can manually set one if the automatic mirror
is not really fast enough, e.g., if you are in China, you may consider
|
See the TinyTeX documentation (https://yihui.name/tinytex/) for the default installation directories on different platforms.