summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-01-08 03:00:28 +0000
committerNorbert Preining <norbert@preining.info>2020-01-08 03:00:28 +0000
commit1b3f15203efd63cdab3fb47f37ff5f6c10558477 (patch)
treed9e957055fddd80101debe41dced62c1fe4a0c1a /support
parentdf03e5b3de4cbd1ded325d15714456336229a223 (diff)
CTAN sync 202001080300
Diffstat (limited to 'support')
-rw-r--r--support/pdfxup/README4
-rw-r--r--support/pdfxup/RELEASES5
-rwxr-xr-xsupport/pdfxup/pdfxup6
-rw-r--r--support/pdfxup/pdfxup.12
-rw-r--r--support/pdfxup/pdfxup.pdfbin90154 -> 89898 bytes
5 files changed, 10 insertions, 7 deletions
diff --git a/support/pdfxup/README b/support/pdfxup/README
index 9bbe0d49f2..20aacc92db 100644
--- a/support/pdfxup/README
+++ b/support/pdfxup/README
@@ -1,4 +1,4 @@
-PDFXUP -- v1.50 (2019/12/31)
+PDFXUP -- v1.51 (2020/01/06)
N. Markey <pdfxup@markey.fr>
@@ -18,7 +18,7 @@ graphicx package) in order to produce the new document.
-%% (c) 2019/12/31 Nicolas Markey <pdfxup at markey dot fr>
+%% (c) 2020/01/06 Nicolas Markey <pdfxup at markey dot fr>
%%
%% This work may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, either version 1.3 of this license
diff --git a/support/pdfxup/RELEASES b/support/pdfxup/RELEASES
index 15c8903b46..e9c3a97191 100644
--- a/support/pdfxup/RELEASES
+++ b/support/pdfxup/RELEASES
@@ -27,4 +27,7 @@ v1.30 (2015/10/06)
v1.50 (2019/12/31)
- added the -c option (to clip pages)
- corrected + improved option -p
- - added watermarking \ No newline at end of file
+ - added watermarking
+
+v1.51 (2020/01/06)
+ - corrected bug in dimtopt() (conversion mm to pt) \ No newline at end of file
diff --git a/support/pdfxup/pdfxup b/support/pdfxup/pdfxup
index 62226cb45a..d0216122b5 100755
--- a/support/pdfxup/pdfxup
+++ b/support/pdfxup/pdfxup
@@ -181,15 +181,15 @@ function dimtopt()
;;
*mm)
dim=${dim%mm};
- eval dim=$((dim*2845/100))pt;
+ eval dim=$((dim*2845/1000))pt;
;;
*cm)
dim=${dim%cm};
- eval dim=$((dim*284/10))pt;
+ eval dim=$((dim*2845/100))pt;
;;
*in)
dim=${dim%in};
- eval dim=$((dim*723/10))pt;
+ eval dim=$((dim*7228/100))pt;
;;
*[!0-9]*)
## should not occur... has been filtered out by main 'case'
diff --git a/support/pdfxup/pdfxup.1 b/support/pdfxup/pdfxup.1
index 4286906d00..f2853bde92 100644
--- a/support/pdfxup/pdfxup.1
+++ b/support/pdfxup/pdfxup.1
@@ -1,6 +1,6 @@
.\" Manpage for pdfxup.
.\" Contact pdfxup@markey.fr to correct errors or typos.
-.TH man 1 "31 december 2019" "1.50" "pdfxup man page"
+.TH man 1 "06 january 2020" "1.51" "pdfxup man page"
.SH NAME
pdfxup \- n-up tool with reduced margins
.SH SYNOPSIS
diff --git a/support/pdfxup/pdfxup.pdf b/support/pdfxup/pdfxup.pdf
index d51a6c1ca4..15ea3953f0 100644
--- a/support/pdfxup/pdfxup.pdf
+++ b/support/pdfxup/pdfxup.pdf
Binary files differ