diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-02-05 10:35:58 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-02-05 10:35:58 -0500 |
commit | 620946e00d825ac2ed8bb39516c71ced95028dcd (patch) | |
tree | 5f37fbb1e47b928fc08fb803d407d98e21d8aa1f | |
parent | 6d559a2ecaf128f1ee378bcec9bb2c178fd96dcb (diff) |
./make now creates a hi-res png
-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 |