texlive[47458] Master/texmf-dist/tex/latex/t2/mathtext.sty:

commits+karl at tug.org commits+karl at tug.org
Sat Apr 14 00:48:30 CEST 2018


Revision: 47458
          http://tug.org/svn/texlive?view=revision&revision=47458
Author:   karl
Date:     2018-04-14 00:48:30 +0200 (Sat, 14 Apr 2018)
Log Message:
-----------
compatibility with latex2e 2018-04-01 patch level 2,
patch by david carlisle, tug.org/pipermail/tex-live/2018-April/041437.html

Modified Paths:
--------------
    trunk/Master/texmf-dist/tex/latex/t2/mathtext.sty

Modified: trunk/Master/texmf-dist/tex/latex/t2/mathtext.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/t2/mathtext.sty	2018-04-13 22:20:58 UTC (rev 47457)
+++ trunk/Master/texmf-dist/tex/latex/t2/mathtext.sty	2018-04-13 22:48:30 UTC (rev 47458)
@@ -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 at update{%
   \expandafter\let\csname\cf at encoding-cmd\endcsname\@changed at cmd
   \expandafter\let\csname\cf at encoding-tmcmd\endcsname\@changed at tmcmd
@@ -84,6 +84,16 @@
                     {\default at shape}}%
      \expandafter\let\csname#1-cmd\endcsname\@changed at cmd
      \expandafter\let\csname#1-tmcmd\endcsname\@changed at 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 at info{Redeclaring font encoding #1}%
   \fi



More information about the tex-live-commits mailing list