texlive[67566] trunk: pdfjam (6jul23)
commits+karl at tug.org
commits+karl at tug.org
Thu Jul 6 21:48:10 CEST 2023
Revision: 67566
http://tug.org/svn/texlive?view=revision&revision=67566
Author: karl
Date: 2023-07-06 21:48:10 +0200 (Thu, 06 Jul 2023)
Log Message:
-----------
pdfjam (6jul23)
Modified Paths:
--------------
trunk/Build/source/texk/texlive/linked_scripts/pdfjam/pdfjam
trunk/Master/texmf-dist/doc/man/man1/pdfjam.man1.pdf
trunk/Master/texmf-dist/doc/support/pdfjam/VERSION
trunk/Master/texmf-dist/doc/support/pdfjam/tests.zip
trunk/Master/texmf-dist/scripts/pdfjam/pdfjam
Modified: trunk/Build/source/texk/texlive/linked_scripts/pdfjam/pdfjam
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/pdfjam/pdfjam 2023-07-06 19:48:00 UTC (rev 67565)
+++ trunk/Build/source/texk/texlive/linked_scripts/pdfjam/pdfjam 2023-07-06 19:48:10 UTC (rev 67566)
@@ -1,5 +1,5 @@
#!/bin/sh
-version=3.05
+version=3.06
#########################################################################
## ##
## pdfjam: A shell-script interface to the "pdfpages" LaTeX package ##
@@ -421,7 +421,7 @@
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
Modified: trunk/Master/texmf-dist/doc/man/man1/pdfjam.man1.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/support/pdfjam/VERSION
===================================================================
--- trunk/Master/texmf-dist/doc/support/pdfjam/VERSION 2023-07-06 19:48:00 UTC (rev 67565)
+++ trunk/Master/texmf-dist/doc/support/pdfjam/VERSION 2023-07-06 19:48:10 UTC (rev 67566)
@@ -1 +1 @@
-This is pdfjam 3.05
\ No newline at end of file
+This is pdfjam 3.06
\ No newline at end of file
Modified: trunk/Master/texmf-dist/doc/support/pdfjam/tests.zip
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/scripts/pdfjam/pdfjam
===================================================================
--- trunk/Master/texmf-dist/scripts/pdfjam/pdfjam 2023-07-06 19:48:00 UTC (rev 67565)
+++ trunk/Master/texmf-dist/scripts/pdfjam/pdfjam 2023-07-06 19:48:10 UTC (rev 67566)
@@ -1,5 +1,5 @@
#!/bin/sh
-version=3.05
+version=3.06
#########################################################################
## ##
## pdfjam: A shell-script interface to the "pdfpages" LaTeX package ##
@@ -421,7 +421,7 @@
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
More information about the tex-live-commits
mailing list.