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

Try to compile an Rmd document that requires an extra LaTeX package

Open yihui opened this issue 5 years ago • 1 comments

See if we can figure out that the animate package could be identified in this case.

yihui avatar Sep 25 '20 14:09 yihui

If the message below is truncated, see https://ci.appveyor.com/project/yihui/latex-pass/builds/35445971 for the full version.

Additional packages required to compile your documents are:

animate grfext media9 oberdiek ocgx2 zref

If you are an R user using TinyTeX, you may install these packages via:

tinytex::tlmgr_install(c('animate', 'grfext', 'media9', 'oberdiek', 'ocgx2', 'zref'))

If you use TinyTeX but are not an R user, you may install these packages via command line:

tlmgr install animate grfext media9 oberdiek ocgx2 zref

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