From 0bb631eb8df5efc7383b28d038f4bfd6b62dee0b Mon Sep 17 00:00:00 2001 From: Dan White Date: Wed, 13 Dec 2017 09:49:40 -0600 Subject: [PATCH] add nup scripts --- nup1x3.sh | 8 ++++++++ nup2x3.sh | 3 +++ 2 files changed, 11 insertions(+) create mode 100755 nup1x3.sh create mode 100755 nup2x3.sh 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 -- 2.25.1