diff options
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/updmap.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/texlive/updmap.pl b/Master/texmf-dist/scripts/texlive/updmap.pl index fd11acefcf4..5c5fc08757f 100755 --- a/Master/texmf-dist/scripts/texlive/updmap.pl +++ b/Master/texmf-dist/scripts/texlive/updmap.pl @@ -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 |