latex-pass
latex-pass copied to clipboard
Try to compile a sample .tex file
See if I can get the list of additional LaTeX packages to install.
If the message below is truncated, see https://ci.appveyor.com/project/yihui/latex-pass/builds/35445922 for the full version.
Additional packages required to compile your documents are:
babel-english doublestroke fundus-calligra jknapltx microtype ms physics preview ragged2e relsize setspace standalone wasysym
If you are an R user using TinyTeX, you may install these packages via:
tinytex::tlmgr_install(c('babel-english', 'doublestroke', 'fundus-calligra', 'jknapltx', 'microtype', 'ms', 'physics', 'preview', 'ragged2e', 'relsize', 'setspace', 'standalone', 'wasysym'))
If you use TinyTeX but are not an R user, you may install these packages via command line:
tlmgr install babel-english doublestroke fundus-calligra jknapltx microtype ms physics preview ragged2e relsize setspace standalone wasysym
If you do not use TinyTeX (https://yihui.org/tinytex/), you need to figure out how to install them by yourself.