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

adding log

Open lukketotte opened this issue 5 years ago • 1 comments

lukketotte avatar Oct 22 '20 15:10 lukketotte

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

The missing packages identified from the LaTeX log are:

biblatex

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

tinytex::tlmgr_install(c('biblatex'))

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

tlmgr install biblatex

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

AppVeyorBot avatar Oct 22 '20 15:10 AppVeyorBot