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

Try to compile a sample .tex file

Open yihui opened this issue 5 years ago • 1 comments

See if I can get the list of additional LaTeX packages to install.

yihui avatar Sep 25 '20 05:09 yihui

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.

AppVeyorBot avatar Sep 28 '20 14:09 AppVeyorBot