diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-14 18:34:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-14 18:34:10 +0000 |
commit | 3e9998db101444cc940fa3d42f9034cce967cc30 (patch) | |
tree | 106686aeba6bf3f8bc3c347646720a0dadb36310 /Master/texmf-dist/scripts/pdfjam | |
parent | 09a722e13fe00b1a17488d358d8ebf0329e53691 (diff) |
pdfjam update (13may10)
git-svn-id: svn://tug.org/texlive/trunk@18257 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/pdfjam')
-rwxr-xr-x | Master/texmf-dist/scripts/pdfjam/pdf180 | 2 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/pdfjam/pdf270 | 2 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/pdfjam/pdf90 | 2 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/pdfjam/pdfbook | 6 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/pdfjam/pdfflip | 2 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/pdfjam/pdfjam | 2 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/pdfjam/pdfjam-pocketmod | 2 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/pdfjam/pdfjam-slides3up | 2 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/pdfjam/pdfjam-slides6up | 2 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/pdfjam/pdfjoin | 2 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/pdfjam/pdfnup | 2 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/pdfjam/pdfpun | 2 |
12 files changed, 14 insertions, 14 deletions
diff --git a/Master/texmf-dist/scripts/pdfjam/pdf180 b/Master/texmf-dist/scripts/pdfjam/pdf180 index 860be220297..3079a243f60 100755 --- a/Master/texmf-dist/scripts/pdfjam/pdf180 +++ b/Master/texmf-dist/scripts/pdfjam/pdf180 @@ -4,7 +4,7 @@ ## ## Author David Firth (http://go.warwick.ac.uk/dfirth) ## -## This is a simple wrapper for pdfjam, version 2.05 +## This is a simple wrapper for pdfjam, version 2.06 ## exec pdfjam --suffix rotated180 --angle 180 --fitpaper true "$@" diff --git a/Master/texmf-dist/scripts/pdfjam/pdf270 b/Master/texmf-dist/scripts/pdfjam/pdf270 index 07e211fbe66..79ed1409091 100755 --- a/Master/texmf-dist/scripts/pdfjam/pdf270 +++ b/Master/texmf-dist/scripts/pdfjam/pdf270 @@ -4,7 +4,7 @@ ## ## Author David Firth (http://go.warwick.ac.uk/dfirth) ## -## This is a simple wrapper for pdfjam, version 2.05 +## This is a simple wrapper for pdfjam, version 2.06 ## exec pdfjam --suffix rotated270 --angle 270 --fitpaper true --rotateoversize true "$@" diff --git a/Master/texmf-dist/scripts/pdfjam/pdf90 b/Master/texmf-dist/scripts/pdfjam/pdf90 index 7158aa5c9bb..16cd21478b0 100755 --- a/Master/texmf-dist/scripts/pdfjam/pdf90 +++ b/Master/texmf-dist/scripts/pdfjam/pdf90 @@ -4,7 +4,7 @@ ## ## Author David Firth (http://go.warwick.ac.uk/dfirth) ## -## This is a simple wrapper for pdfjam, version 2.05 +## This is a simple wrapper for pdfjam, version 2.06 ## exec pdfjam --suffix rotated90 --angle 90 --fitpaper true --rotateoversize true "$@" diff --git a/Master/texmf-dist/scripts/pdfjam/pdfbook b/Master/texmf-dist/scripts/pdfjam/pdfbook index 2bd3e0fecbf..fffdb69a20f 100755 --- a/Master/texmf-dist/scripts/pdfjam/pdfbook +++ b/Master/texmf-dist/scripts/pdfjam/pdfbook @@ -5,7 +5,7 @@ ## Author David Firth (http://go.warwick.ac.uk/dfirth), with help ## from Marco Pessotto ## -## This is a simple wrapper for pdfjam, version 2.05 +## This is a simple wrapper for pdfjam, version 2.06 ## case $1 in --short-edge) @@ -38,12 +38,12 @@ fi ## if test -z "$shortedge" then - exec pdfjam --landscape --suffix book $signature "$@" + exec pdfjam --booklet true --landscape --suffix book $signature "$@" else (kpsewhich everyshi.sty >/dev/null) || { echo "the 'everyshi' package is not installed."; exit 1 } - exec pdfjam --landscape --suffix book $signature \ + exec pdfjam --booklet true --landscape --suffix book $signature \ --preamble '\usepackage{everyshi} \makeatletter \EveryShipout{\ifodd\c@page\pdfpageattr{/Rotate 180}\fi} diff --git a/Master/texmf-dist/scripts/pdfjam/pdfflip b/Master/texmf-dist/scripts/pdfjam/pdfflip index 8643abcd07e..b3d37c73ce6 100755 --- a/Master/texmf-dist/scripts/pdfjam/pdfflip +++ b/Master/texmf-dist/scripts/pdfjam/pdfflip @@ -4,6 +4,6 @@ ## ## Author David Firth (http://go.warwick.ac.uk/dfirth) ## -## This is a simple wrapper for pdfjam, version 2.05 +## This is a simple wrapper for pdfjam, version 2.06 ## exec pdfjam --suffix flipped --reflect true --fitpaper true "$@" diff --git a/Master/texmf-dist/scripts/pdfjam/pdfjam b/Master/texmf-dist/scripts/pdfjam/pdfjam index 439040d6bc8..d5544d9e1cd 100755 --- a/Master/texmf-dist/scripts/pdfjam/pdfjam +++ b/Master/texmf-dist/scripts/pdfjam/pdfjam @@ -1,5 +1,5 @@ #!/bin/sh -version=2.05 +version=2.06 ######################################################################### ## ## ## pdfjam: A shell-script interface to the "pdfpages" LaTeX package ## diff --git a/Master/texmf-dist/scripts/pdfjam/pdfjam-pocketmod b/Master/texmf-dist/scripts/pdfjam/pdfjam-pocketmod index 864f4821140..c6a0f782b68 100755 --- a/Master/texmf-dist/scripts/pdfjam/pdfjam-pocketmod +++ b/Master/texmf-dist/scripts/pdfjam/pdfjam-pocketmod @@ -6,7 +6,7 @@ ## ## Author David Firth (http://go.warwick.ac.uk/dfirth) ## -## This is a simple wrapper for (three runs of) pdfjam, version 2.05 +## This is a simple wrapper for (three runs of) pdfjam, version 2.06 ## ## ## It's hard (?) to set up this particular script to read from /dev/stdin, diff --git a/Master/texmf-dist/scripts/pdfjam/pdfjam-slides3up b/Master/texmf-dist/scripts/pdfjam/pdfjam-slides3up index f6736bede44..40a2338bfb4 100755 --- a/Master/texmf-dist/scripts/pdfjam/pdfjam-slides3up +++ b/Master/texmf-dist/scripts/pdfjam/pdfjam-slides3up @@ -5,7 +5,7 @@ ## ## Author David Firth (http://go.warwick.ac.uk/dfirth) ## -## This is a simple wrapper for pdfjam, version 2.05 +## This is a simple wrapper for pdfjam, version 2.06 ## footskip=3.1cm ## default setting pagecommand='{\thispagestyle{empty}}' ## default setting diff --git a/Master/texmf-dist/scripts/pdfjam/pdfjam-slides6up b/Master/texmf-dist/scripts/pdfjam/pdfjam-slides6up index 3dd9136b81f..dbb5bdd02aa 100755 --- a/Master/texmf-dist/scripts/pdfjam/pdfjam-slides6up +++ b/Master/texmf-dist/scripts/pdfjam/pdfjam-slides6up @@ -5,7 +5,7 @@ ## ## Author David Firth (http://go.warwick.ac.uk/dfirth) ## -## This is a simple wrapper for pdfjam, version 2.05 +## This is a simple wrapper for pdfjam, version 2.06 ## footskip=2.7cm ## default setting pagecommand='{\thispagestyle{empty}}' ## default setting diff --git a/Master/texmf-dist/scripts/pdfjam/pdfjoin b/Master/texmf-dist/scripts/pdfjam/pdfjoin index d475cd4e28a..f34ae0202cb 100755 --- a/Master/texmf-dist/scripts/pdfjam/pdfjoin +++ b/Master/texmf-dist/scripts/pdfjam/pdfjoin @@ -4,7 +4,7 @@ ## ## Author David Firth (http://go.warwick.ac.uk/dfirth) ## -## This is a simple wrapper for pdfjam, version 2.05 +## This is a simple wrapper for pdfjam, version 2.06 ## E_USAGE=64 ## for a command line usage error for arg diff --git a/Master/texmf-dist/scripts/pdfjam/pdfnup b/Master/texmf-dist/scripts/pdfjam/pdfnup index 0b551d34fb5..f6d8af52812 100755 --- a/Master/texmf-dist/scripts/pdfjam/pdfnup +++ b/Master/texmf-dist/scripts/pdfjam/pdfnup @@ -4,7 +4,7 @@ ## ## Author David Firth (http://go.warwick.ac.uk/dfirth) ## -## This is a simple wrapper for pdfjam, version 2.05 +## This is a simple wrapper for pdfjam, version 2.06 ## E_USAGE=64 ## for a command line usage error for arg diff --git a/Master/texmf-dist/scripts/pdfjam/pdfpun b/Master/texmf-dist/scripts/pdfjam/pdfpun index aea8ff87eec..2d008ae6d71 100755 --- a/Master/texmf-dist/scripts/pdfjam/pdfpun +++ b/Master/texmf-dist/scripts/pdfjam/pdfpun @@ -5,7 +5,7 @@ ## ## Author David Firth (http://go.warwick.ac.uk/dfirth) ## -## This is a simple wrapper for (three runs of) pdfjam, version 2.05 +## This is a simple wrapper for (three runs of) pdfjam, version 2.06 ## ## E_USAGE=64 ## for a command line usage error |