mirror of
https://gitlab.com/tiggr/patchwork.git
synced 2024-12-23 21:01:03 +01:00
6 lines
324 B
Bash
Executable File
6 lines
324 B
Bash
Executable File
#!/bin/bash
|
|
rm handout*
|
|
ghostscript -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=handout_screen.pdf main.pdf
|
|
zip -9 handout.zip handout_screen.pdf fibonacci.inc.tex herringbone.inc.tex lonestar.inc.tex bedsheet.inc.tex homework.inc.tex grundlagen.inc.tex main.tex
|
|
|