We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ make pdf awk 'FNR==1{print ""}{print}' chapters/*.md > 'ebook'.md
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$ 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
The text was updated successfully, but these errors were encountered: