diff options
-rwxr-xr-x | make | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ cd poster pdftex document.tex mv document.pdf ../outputs/posterboard.pdf cd .. +gs -sDEVICE=pngalpha -r288 -o outputs/posterboard.png outputs/posterboard.pdf || echo "You must install ghostscript to obtain a posterboard png" pdftex logbook.tex mv logbook.pdf outputs/ rm document/format.tex pageno.tex document/pageno.tex pageno2.tex document/pageno2.tex document.log logbook.log |