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

Update test.log

Open deGekata opened this issue 1 year ago • 1 comments

deGekata avatar Jan 17 '24 18:01 deGekata

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

The missing packages identified from the LaTeX log are:

cmap

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

tinytex::tlmgr_install(c('cmap'))

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

tlmgr install cmap

If you do not use TinyTeX (https://yihui.org/tinytex/), you need to figure out how to install them by yourself.

AppVeyorBot avatar Jan 17 '24 18:01 AppVeyorBot