Skip to content
Snippets Groups Projects
Unverified Commit 017f270e authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

src/build-pdf-book.sh: run xelatex with --interaction=nonstopmode to not drop...

src/build-pdf-book.sh: run xelatex with --interaction=nonstopmode to not drop into interactive mode and stall indefinitely
parent 2176122e
Branches
Tags
No related merge requests found
...@@ -32,10 +32,10 @@ done ...@@ -32,10 +32,10 @@ done
cat _tex/post.tex >>reform-handbook.tex cat _tex/post.tex >>reform-handbook.tex
# generate reform-handbook.pdf # generate reform-handbook.pdf
xelatex reform-handbook.tex xelatex --interaction=nonstopmode reform-handbook.tex
# thrice to get the TOC right # thrice to get the TOC right
xelatex reform-handbook.tex xelatex --interaction=nonstopmode reform-handbook.tex
xelatex reform-handbook.tex xelatex --interaction=nonstopmode reform-handbook.tex
# clean up # clean up
mv reform-handbook.pdf ../build/ mv reform-handbook.pdf ../build/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment