Skip to content

Instantly share code, notes, and snippets.

@pbaylis
Created May 16, 2019 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbaylis/a9c267b678a52b4fd822eb927ae3b70c to your computer and use it in GitHub Desktop.
Save pbaylis/a9c267b678a52b4fd822eb927ae3b70c to your computer and use it in GitHub Desktop.
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