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/scripts/pdfxup/pdfxup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/scripts/pdfxup') 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