From: Dan White Date: Wed, 13 Dec 2017 15:49:40 +0000 (-0600) Subject: add nup scripts X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=0bb631eb8df5efc7383b28d038f4bfd6b62dee0b;p=pubbin.git add nup scripts --- diff --git a/nup1x3.sh b/nup1x3.sh new file mode 100755 index 0000000..338d05f --- /dev/null +++ b/nup1x3.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +if [ ! -e $(which pdfnup) ]; then + echo "missing texlive-extra-utils" + exit 1 +fi + +pdfnup --nup 1x3 --suffix 1x3 --letterpaper --no-landscape --offset "-3cm 0cm" --delta "0cm 0cm" --scale 0.9 $1 diff --git a/nup2x3.sh b/nup2x3.sh new file mode 100755 index 0000000..282ad2f --- /dev/null +++ b/nup2x3.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +pdfnup --nup 2x3 --suffix 2x3 --letterpaper --no-landscape $1