From 620946e00d825ac2ed8bb39516c71ced95028dcd Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Wed, 5 Feb 2020 10:35:58 -0500 Subject: ./make now creates a hi-res png --- make | 1 + 1 file changed, 1 insertion(+) diff --git a/make b/make index 3d082ab..70fc8cc 100755 --- a/make +++ b/make @@ -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 -- cgit