diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-29 22:21:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-29 22:21:14 +0000 |
commit | fb08b14d3e9c3eb9117f8643d9e2a17b09f4e635 (patch) | |
tree | c6b6739f1336e14cd21e469bc478cbce350e7590 /Master | |
parent | 7adee32016cbff00197721703fe3904c8cf0a63e (diff) |
sync dtx
git-svn-id: svn://tug.org/texlive/trunk@47870 c570f23f-e606-0410-a88d-b1316a301751
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 |