From 4f9a537a10387c6cc0ce75079dd23e170566cf6d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 7 Jan 2020 21:34:25 +0000 Subject: pdfxup (7jan20) git-svn-id: svn://tug.org/texlive/trunk@53345 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/man/man1/pdfxup.1 | 2 +- Master/texmf-dist/doc/man/man1/pdfxup.man1.pdf | Bin 22457 -> 22671 bytes Master/texmf-dist/doc/support/pdfxup/README | 4 ++-- Master/texmf-dist/doc/support/pdfxup/RELEASES | 5 ++++- Master/texmf-dist/doc/support/pdfxup/pdfxup.pdf | Bin 90154 -> 89898 bytes Master/texmf-dist/scripts/pdfxup/pdfxup | 6 +++--- 6 files changed, 10 insertions(+), 7 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/man/man1/pdfxup.1 b/Master/texmf-dist/doc/man/man1/pdfxup.1 index 4286906d00b..f2853bde926 100644 --- a/Master/texmf-dist/doc/man/man1/pdfxup.1 +++ b/Master/texmf-dist/doc/man/man1/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/Master/texmf-dist/doc/man/man1/pdfxup.man1.pdf b/Master/texmf-dist/doc/man/man1/pdfxup.man1.pdf index 31630c95154..72743eedd31 100644 Binary files a/Master/texmf-dist/doc/man/man1/pdfxup.man1.pdf and b/Master/texmf-dist/doc/man/man1/pdfxup.man1.pdf differ diff --git a/Master/texmf-dist/doc/support/pdfxup/README b/Master/texmf-dist/doc/support/pdfxup/README index 9bbe0d49f2e..20aacc92db1 100644 --- a/Master/texmf-dist/doc/support/pdfxup/README +++ b/Master/texmf-dist/doc/support/pdfxup/README @@ -1,4 +1,4 @@ -PDFXUP -- v1.50 (2019/12/31) +PDFXUP -- v1.51 (2020/01/06) N. Markey @@ -18,7 +18,7 @@ graphicx package) in order to produce the new document. -%% (c) 2019/12/31 Nicolas Markey +%% (c) 2020/01/06 Nicolas Markey %% %% 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/Master/texmf-dist/doc/support/pdfxup/RELEASES b/Master/texmf-dist/doc/support/pdfxup/RELEASES index 15c8903b46e..e9c3a97191e 100644 --- a/Master/texmf-dist/doc/support/pdfxup/RELEASES +++ b/Master/texmf-dist/doc/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/Master/texmf-dist/doc/support/pdfxup/pdfxup.pdf b/Master/texmf-dist/doc/support/pdfxup/pdfxup.pdf index d51a6c1ca42..15ea3953f0a 100644 Binary files a/Master/texmf-dist/doc/support/pdfxup/pdfxup.pdf and b/Master/texmf-dist/doc/support/pdfxup/pdfxup.pdf differ diff --git a/Master/texmf-dist/scripts/pdfxup/pdfxup b/Master/texmf-dist/scripts/pdfxup/pdfxup index 62226cb45ab..d0216122b5d 100755 --- a/Master/texmf-dist/scripts/pdfxup/pdfxup +++ b/Master/texmf-dist/scripts/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' -- cgit v1.2.3