latex-pass
latex-pass copied to clipboard
adding log
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.