latex-pass icon indicating copy to clipboard operation
latex-pass copied to clipboard

Try to figure out the missing LaTeX package from the error log

Open yihui opened this issue 5 years ago • 1 comments

This is an example from https://stackoverflow.com/q/34524357/559676

yihui avatar Sep 25 '20 14:09 yihui

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.

AppVeyorBot avatar Sep 27 '20 04:09 AppVeyorBot