Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to figure out the missing LaTeX package from the error log #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yihui
Copy link
Owner

@yihui yihui commented Sep 25, 2020

@yihui yihui force-pushed the patch-2 branch 8 times, most recently from 25e32fa to 3c5fa63 Compare September 27, 2020 02:50
Repository owner deleted a comment from AppVeyorBot Sep 27, 2020
Repository owner deleted a comment from AppVeyorBot Sep 27, 2020
@yihui yihui force-pushed the patch-2 branch 2 times, most recently from 1c21dbd to 4d53d33 Compare September 27, 2020 03:19
Repository owner deleted a comment from AppVeyorBot Sep 27, 2020
@yihui yihui force-pushed the patch-2 branch 2 times, most recently from 9e46d0b to 9476ab6 Compare September 27, 2020 04:27
Repository owner deleted a comment from AppVeyorBot Sep 27, 2020
Repository owner deleted a comment from AppVeyorBot Sep 27, 2020
@AppVeyorBot
Copy link

The missing packages identified from the LaTeX log are:

inconsolata

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

tinytex::tlmgr_install(c('inconsolata'))

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

tlmgr install inconsolata

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

Repository owner deleted a comment from AppVeyorBot Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants