diff --git a/.gitignore b/.gitignore index 711d496..8273255 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ /schulung.pdf /.kile/ /handout.pdf + +/handout-nup.pdf diff --git a/create-handout-nup.sh b/create-handout-nup.sh new file mode 100755 index 0000000..c14b0d6 --- /dev/null +++ b/create-handout-nup.sh @@ -0,0 +1 @@ +pdfjam --nup 1x2 --scale 0.87 --keepinfo --delta "0 1.5cm" --suffix nup handout.pdf