latex-pass
latex-pass copied to clipboard
Try to figure out the missing LaTeX package from the error log
This is an example from https://stackoverflow.com/q/34524357/559676
The missing packages identified from the LaTeX log are:
inconsolata
If you are an R user using TinyTeX, you may install these packages via:
tinytex::tlmgr_install(c('inconsolata'))
If you use TinyTeX but are not an R user, you may install these packages via command line:
tlmgr install inconsolata
If you do not use TinyTeX (https://yihui.org/tinytex/), you need to figure out how to install them by yourself.