From e83658038540e05df19983b0db9f471bc396121a Mon Sep 17 00:00:00 2001 From: Dan White Date: Thu, 19 Jan 2023 15:46:12 -0600 Subject: [PATCH] nup1x3.sh: remove delta --- nup1x3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nup1x3.sh b/nup1x3.sh index f19d939..b6b2234 100755 --- a/nup1x3.sh +++ b/nup1x3.sh @@ -10,12 +10,12 @@ fi infile=${1-} outfile="$(basename ${infile} .pdf)-1x3.pdf" + #--delta "-1cm -1cm" \ pdfjam \ --nup 1x3 \ --letterpaper \ --no-landscape \ --offset "-3cm 0cm" \ - --delta "0cm 0cm" \ --scale 0.9 \ --outfile "${outfile}" \ "${infile}" -- 2.25.1