turned of latex warnings so that we can see the warnings wood for the trees (#4956)

This commit is contained in:
Ben Wyeth 2019-03-29 15:43:01 +00:00 committed by josecoll
parent c04a448bf3
commit a012b75c31

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
echo "Generating PDF document ..."
make latexpdf
make latexpdf LATEXMKOPTS="-quiet"
echo "Generating HTML pages ..."
make html