Copy TinyTeX to another location and use it in another system
The function copy_tinytex()
copies the existing TinyTeX installation
to another directory (e.g., a portable device like a USB stick). The function
use_tinytex()
runs tlmgr path add
to add the copy of TinyTeX
in an existing folder to the PATH
variable of the current system, so
that you can use utilities such as tlmgr
and pdflatex
,
etc.
copy_tinytex( from = tinytex_root(), to = select_dir("Select Destination Directory") ) use_tinytex(from = select_dir("Select TinyTeX Directory"))
from |
The root directory of the TinyTeX installation. For
|
to |
The destination directory where you want to make a copy of TinyTeX.
Like |
You can only copy TinyTeX and use it in the same system, e.g., the Windows version of TinyTeX only works on Windows.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.