We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, Is it posible to use the copy_tinytex and use_tinytex without being a R user? Great work with TinyTeX, its really helpful! Thanks a lot!
The text was updated successfully, but these errors were encountered:
Yes, but only if someone can help translate my R code to shell scripts: https://github.com/yihui/tinytex/blob/eacaaf11747868b8229489b5620e88fb8a9d85d3/R/install.R#L295-L335
Essentially, copy_tinytex() is pretty much cp -r source dest, and use_tinytex() runs the/new/full/path/to/tlmgr path add.
copy_tinytex()
cp -r source dest
use_tinytex()
the/new/full/path/to/tlmgr path add
Sorry, something went wrong.
No branches or pull requests
Hello,
Is it posible to use the copy_tinytex and use_tinytex without being a R user?
Great work with TinyTeX, its really helpful!
Thanks a lot!
The text was updated successfully, but these errors were encountered: