summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-07-12 19:53:41 +0000
committerKarl Berry <karl@freefriends.org>2022-07-12 19:53:41 +0000
commitf8a999307ba1645d6698da84bdb9d1bd3466a480 (patch)
treea9f38967dd31082970a3d6674a09d18742892998 /Master/texmf-dist/scripts
parent7d63dc6943a9213ce3fb1d2dcdd45be5181ef1e3 (diff)
lwarp (12jul22)
git-svn-id: svn://tug.org/texlive/trunk@63880 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/lwarp/lwarpmk.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/lwarp/lwarpmk.lua b/Master/texmf-dist/scripts/lwarp/lwarpmk.lua
index f123b2e205d..9ebaffa7a8a 100755
--- a/Master/texmf-dist/scripts/lwarp/lwarpmk.lua
+++ b/Master/texmf-dist/scripts/lwarp/lwarpmk.lua
@@ -2,7 +2,7 @@
-- Copyright 2016-2022 Brian Dunn
-printversion = "v0.906"
+printversion = "v0.907"
requiredconfversion = "2" -- also at *lwarpmk.conf
function printhelp ()
@@ -515,7 +515,7 @@ executecheckerror (
imagesdirectory .. dirslash .."lateximagetemp-%d" .. ".pdf" ..
seqname ..
-- Crop the image:
- "pdfcrop --hires --margin \"0 1 0 0\" " .. imagesdirectory .. dirslash .. "lateximagetemp-" ..
+ "pdfcrop --hires --margins \"0 1 0 0\" " .. imagesdirectory .. dirslash .. "lateximagetemp-" ..
lwimgpage .. ".pdf " ..
imagesdirectory .. dirslash .. lwimgname .. ".pdf" ..
seqname ..