Skip to content

Commit

Permalink
pdfjam (6jul23)
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@67566 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Jul 6, 2023
1 parent fc1b317 commit f8577d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions texk/texlive/linked_scripts/pdfjam/pdfjam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
version=3.05
version=3.06
#########################################################################
## ##
## pdfjam: A shell-script interface to the "pdfpages" LaTeX package ##
Expand Down Expand Up @@ -421,7 +421,7 @@ if command -v paper >/dev/null ; then
if test "$paperunit" = "pt"; then paperunit=bp; fi
paperwidth=$(echo "$paperdimensions" | cut -f 1 -d "x")
paperheight=$(echo "$paperdimensions" | cut -f 2 -d "x")
papersize="papersize={$paperheight$paperunit,$paperwidth$paperunit}"
papersize="papersize={$paperwidth$paperunit,$paperheight$paperunit}"
paper='' ## We might not have a LaTeX-compatible name
else
paper='a4paper' ## fallback paper size is ISO A4
Expand Down

0 comments on commit f8577d1

Please sign in to comment.