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

Update test.log

Open Navidda opened this issue 2 years ago • 1 comments

Navidda avatar Sep 27 '23 14:09 Navidda

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

The missing packages identified from the LaTeX log are:

aeguill

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

tinytex::tlmgr_install(c('aeguill'))

If you use TinyTeX, including LaTeX for Manim (https://chocolatey.org/packages/manim-latex), you may install these packages via command line:

tlmgr install aeguill

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 '23 14:09 AppVeyorBot