diff options
author | Karl Berry <karl@freefriends.org> | 2023-03-06 21:37:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-03-06 21:37:32 +0000 |
commit | f925d4f81df96c5e958eac98d95a2ece720bd2da (patch) | |
tree | eef1e2d772187f9aa1e26d8030cbef535926c43f /Build | |
parent | 17054d68e7d974c7bd677deb2a0f00ba835af6a9 (diff) |
pagelayout (6mar23)
git-svn-id: svn://tug.org/texlive/trunk@66392 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
3 files changed, 8 insertions, 8 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/pagelayout/pagelayoutapi b/Build/source/texk/texlive/linked_scripts/pagelayout/pagelayoutapi index 295beef2f48..4c6888a2492 100755 --- a/Build/source/texk/texlive/linked_scripts/pagelayout/pagelayoutapi +++ b/Build/source/texk/texlive/linked_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/Build/source/texk/texlive/linked_scripts/pagelayout/textestvis b/Build/source/texk/texlive/linked_scripts/pagelayout/textestvis index 36b3ff6cfbf..dba5e4c1aaa 100755 --- a/Build/source/texk/texlive/linked_scripts/pagelayout/textestvis +++ b/Build/source/texk/texlive/linked_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 )" diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl index f798f4af13a..4b8b66783d5 100755 --- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl +++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: tlmgr.pl 66236 2023-02-27 21:44:33Z karl $ +# $Id: tlmgr.pl 66378 2023-03-05 21:09:54Z karl $ # Copyright 2008-2023 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -8,8 +8,8 @@ use strict; use warnings; -my $svnrev = '$Revision: 66236 $'; -my $datrev = '$Date: 2023-02-27 22:44:33 +0100 (Mon, 27 Feb 2023) $'; +my $svnrev = '$Revision: 66378 $'; +my $datrev = '$Date: 2023-03-05 22:09:54 +0100 (Sun, 05 Mar 2023) $'; my $tlmgrrevision; my $tlmgrversion; my $prg; @@ -896,7 +896,7 @@ sub handle_execute_actions { my $lmtx = "$bindir/luametatex"; if (defined($localtlpdb->get_package('context')) && (-x "$lmtx" || -x "$lmtx.exe") - && TeXLive::TLUtils::system_ok("$lmtx --version") + && (wndws() || TeXLive::TLUtils::system_ok("$lmtx --version")) ) { $errors += do_cmd_and_check("mtxrun --generate"); $errors += do_cmd_and_check("context --luatex --generate"); @@ -10254,7 +10254,7 @@ This script and its documentation were written for the TeX Live distribution (L<https://tug.org/texlive>) and both are licensed under the GNU General Public License Version 2 or later. -$Id: tlmgr.pl 66236 2023-02-27 21:44:33Z karl $ +$Id: tlmgr.pl 66378 2023-03-05 21:09:54Z karl $ =cut # test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html |