diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/generic/t2/etc/mathtext.dtx | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/t2/etc/mathtext.dtx b/Master/texmf-dist/doc/generic/t2/etc/mathtext.dtx index f00e2fcb8c4..96ba3baa279 100644 --- a/Master/texmf-dist/doc/generic/t2/etc/mathtext.dtx +++ b/Master/texmf-dist/doc/generic/t2/etc/mathtext.dtx @@ -10,7 +10,7 @@ % \begin{macrocode} %<*mathtext> \ProvidesPackage{mathtext} - [1999/01/28 v1.0 transparent text-and-math defs] + [2018/04/13 v1.1 transparent text-and-math defs] % \end{macrocode} % % This stuff is intended to be put into the LaTeX kernel. @@ -104,6 +104,20 @@ {\default@shape}}% \expandafter\let\csname#1-cmd\endcsname\@changed@cmd \expandafter\let\csname#1-tmcmd\endcsname\@changed@tmcmd +% \end{macrocode} +% 2018 addition to load UTF-8 support file (David Carlisle, for latex3 project) +% \begin{macrocode} + \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{macrocode} +% end of 2018 addition +% \begin{macrocode} \else \@font@info{Redeclaring font encoding #1}% \fi |