texlive[44331] Master/texmf-dist/scripts/texlive/updmap.pl: fix for
commits+preining at tug.org
commits+preining at tug.org
Sun May 14 04:15:43 CEST 2017
Revision: 44331
http://tug.org/svn/texlive?view=revision&revision=44331
Author: preining
Date: 2017-05-14 04:15:43 +0200 (Sun, 14 May 2017)
Log Message:
-----------
fix for cid font maps /AJ16 (etc) specifier (from Yamashita-san)
Modified Paths:
--------------
trunk/Master/texmf-dist/scripts/texlive/updmap.pl
Modified: trunk/Master/texmf-dist/scripts/texlive/updmap.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/updmap.pl 2017-05-14 01:57:05 UTC (rev 44330)
+++ trunk/Master/texmf-dist/scripts/texlive/updmap.pl 2017-05-14 02:15:43 UTC (rev 44331)
@@ -866,6 +866,10 @@
$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
More information about the tex-live-commits
mailing list