Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Install missing style files (R, tinytex)
library(tinytex)
tlmgr_search('/times.sty') # search for times.sty
tlmgr_install('psnfss') # install the psnfss package
tlmgr_update() # update everything
@pbaylis
Copy link
Author

pbaylis commented May 16, 2019

Copy link

ghost commented Feb 6, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment