Skip to content

Commit

Permalink
add verison to pdf fix quii#171
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Jul 11, 2019
1 parent 5ee14e6 commit 0df420c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.books.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

docker run -v `pwd`:/source jagregory/pandoc -o learn-go-with-tests.pdf --latex-engine=xelatex --variable urlcolor=blue --toc --toc-depth=1 pdf-cover.md \
docker run -v `pwd`:/source jagregory/pandoc -o learn-go-with-tests.pdf -H blah.tex --latex-engine=xelatex --variable urlcolor=blue --toc --toc-depth=1 pdf-cover.md \
gb-readme.md \
why.md \
hello-world.md \
Expand Down

0 comments on commit 0df420c

Please sign in to comment.