diff options
author | Karl Berry <karl@freefriends.org> | 2017-05-15 21:14:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-05-15 21:14:35 +0000 |
commit | 9345b56051808302edacfac91556f8a11d4d7fbe (patch) | |
tree | 8f8c7d6ba280b5a64eb7a80f788c361ac5dff730 /Build/source | |
parent | dd2663ca8384b982816cfb456c4d53e7a3f17536 (diff) |
lwarp (15may17)
git-svn-id: svn://tug.org/texlive/trunk@44369 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua | 2 | ||||
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/texlive/updmap.pl | 12 |
2 files changed, 9 insertions, 5 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua b/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua index 07334170924..e738e2e0b09 100755 --- a/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua +++ b/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua @@ -4,7 +4,7 @@ -- Print the usage of the lwarpmk command: -printversion = "v0.30" +printversion = "v0.31" function printhelp () print ("lwarpmk: Use lwarpmk -h or lwarpmk --help for help.") ; diff --git a/Build/source/texk/texlive/linked_scripts/texlive/updmap.pl b/Build/source/texk/texlive/linked_scripts/texlive/updmap.pl index 1077afc381d..666a15099a8 100755 --- a/Build/source/texk/texlive/linked_scripts/texlive/updmap.pl +++ b/Build/source/texk/texlive/linked_scripts/texlive/updmap.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: updmap.pl 44149 2017-05-02 09:57:51Z preining $ +# $Id: updmap.pl 44331 2017-05-14 02:15:43Z preining $ # updmap - maintain map files for outline fonts. # (Maintained in TeX Live:Master/texmf-dist/scripts/texlive.) # @@ -14,7 +14,7 @@ # the original versions were licensed under the following agreement: # Anyone may freely use, modify, and/or distribute this file, without -my $svnid = '$Id: updmap.pl 44149 2017-05-02 09:57:51Z preining $'; +my $svnid = '$Id: updmap.pl 44331 2017-05-14 02:15:43Z preining $'; my $TEXMFROOT; BEGIN { @@ -27,10 +27,10 @@ BEGIN { unshift(@INC, "$TEXMFROOT/tlpkg"); } -my $lastchdate = '$Date: 2017-05-02 11:57:51 +0200 (Tue, 02 May 2017) $'; +my $lastchdate = '$Date: 2017-05-14 04:15:43 +0200 (Sun, 14 May 2017) $'; $lastchdate =~ s/^\$Date:\s*//; $lastchdate =~ s/ \(.*$//; -my $svnrev = '$Revision: 44149 $'; +my $svnrev = '$Revision: 44331 $'; $svnrev =~ s/^\$Revision:\s*//; $svnrev =~ s/\s*\$$//; my $version = "r$svnrev ($lastchdate)"; @@ -866,6 +866,10 @@ sub cidx2dvips { $italicmax = .3; s/,Italic//; } + # replace supported "/AJ16" and co. for ptex-fontmaps CID emulation + # note that the emulation method in GS is incomplete + # due to "Reversal CMap method" (cf. "ToUnicode method") + s!/A[JGCK]1[0-6]!!; # break out if unsupported constructs are found: @ / , next if (m![\@/,]!); # make everything single spaced |