summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-06 21:41:32 +0000
committerKarl Berry <karl@freefriends.org>2023-03-06 21:41:32 +0000
commitf4c598c773deab1013d70078de58793dcf125948 (patch)
tree7148aa886ce2a8c389a041cf2d312b4fe441cc53 /Master/texmf-dist/scripts
parent34d7b9f5f879ba6facf4282babb8232384c61070 (diff)
pagelayout (6mar23) (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2022.final@66399 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/pagelayout/pagelayoutapi4
-rwxr-xr-xMaster/texmf-dist/scripts/pagelayout/textestvis2
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/pagelayout/pagelayoutapi b/Master/texmf-dist/scripts/pagelayout/pagelayoutapi
index 295beef2f48..4c6888a2492 100755
--- a/Master/texmf-dist/scripts/pagelayout/pagelayoutapi
+++ b/Master/texmf-dist/scripts/pagelayout/pagelayoutapi
@@ -13,7 +13,7 @@
# LaTeX version 2008/05/04 or later.
#
-version=1.0.3
+version=1.0.4
_convert() {
turbo=$1
@@ -136,7 +136,7 @@ optimize() {
}
makeshadow() {
- if command -v magick >/dev/null 2>&1; then
+ if command -v inkscape >/dev/null 2>&1; then
filename=$1
stdDeviation=$2
opacity=$3
diff --git a/Master/texmf-dist/scripts/pagelayout/textestvis b/Master/texmf-dist/scripts/pagelayout/textestvis
index 36b3ff6cfbf..dba5e4c1aaa 100755
--- a/Master/texmf-dist/scripts/pagelayout/textestvis
+++ b/Master/texmf-dist/scripts/pagelayout/textestvis
@@ -13,7 +13,7 @@
# LaTeX version 2008/05/04 or later.
#
-version=1.0.3
+version=1.0.4
OK="$( tput setaf 2 )•$( tput sgr0 )"
FAILED="$( tput setaf 1 )$( tput bold )x$( tput sgr0 )"