diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/t2/mathtext.sty | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/t2/mathtext.sty b/Master/texmf-dist/tex/latex/t2/mathtext.sty index a0aa308c312..b274638b01e 100644 --- a/Master/texmf-dist/tex/latex/t2/mathtext.sty +++ b/Master/texmf-dist/tex/latex/t2/mathtext.sty @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesPackage{mathtext} - [1999/01/28 v1.0 transparent text-and-math defs] + [2018/04/14 v1.0 transparent text-and-math defs] \def\@@enc@update{% \expandafter\let\csname\cf@encoding-cmd\endcsname\@changed@cmd \expandafter\let\csname\cf@encoding-tmcmd\endcsname\@changed@tmcmd @@ -84,6 +84,16 @@ {\default@shape}}% \expandafter\let\csname#1-cmd\endcsname\@changed@cmd \expandafter\let\csname#1-tmcmd\endcsname\@changed@tmcmd +% add 14apr18 per dcarlisle, tug.org/pipermail/tex-live/2018-April/041437.html + \begingroup + \wlog{Now handling font encoding #1 ...}% + \lowercase{% + \InputIfFileExists{#1enc.dfu}}% + {\wlog{... processing UTF-8 mapping file for font % + encoding #1}}% + {\wlog{... no UTF-8 mapping file for font encoding #1}}% + \endgroup +% end addition \else \@font@info{Redeclaring font encoding #1}% \fi |