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

! LaTeX Error: File `tabu.sty' not found. #10

Open
baicker opened this issue Sep 18, 2023 · 0 comments
Open

! LaTeX Error: File `tabu.sty' not found. #10

baicker opened this issue Sep 18, 2023 · 0 comments

Comments

@baicker
Copy link

baicker commented Sep 18, 2023

$ make pdf
awk 'FNR==1{print ""}{print}' chapters/*.md > 'ebook'.md

OS X: http://www.tug.org/mactex/

Then find its path: find /usr/ -name "pdflatex"

Then symlink it: ln -s /path/to/pdflatex /usr/local/bin

pandoc -s 'ebook'.md -o 'ebook'.pdf
--title-prefix 'vulhub靶场'
--listings -H listings-setup.tex
--template=template/template.tex
--toc
! LaTeX Error: File `tabu.sty' not found.

Type X to quit or to proceed,
or enter new name. (Default extension: sty)

Enter file name:
! Emergency stop.
<read *>

l.12 \usepackage

pandoc: Error producing PDF
Makefile:34: recipe for target 'pdf' failed
make: *** [pdf] Error 43

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

No branches or pull requests

1 participant