From 5f411ecb13fa15c585baacc31188af1ca8e797d4 Mon Sep 17 00:00:00 2001 From: "Marcus J. Ertl" Date: Sat, 25 Jan 2020 22:02:26 +0100 Subject: [PATCH] fixed typo --- peter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peter.sh b/peter.sh index bcf05df..b688cbb 100755 --- a/peter.sh +++ b/peter.sh @@ -1,5 +1,5 @@ #!/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 bedscheet.inc.tex homework.inc.tex grundlagen.inc.tex main.tex +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