diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/sansmathaccent/ot1mathkerncmss.fd | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/sansmathaccent/sansmathaccent.sty | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/sansmathaccent/ot1mathkerncmss.fd b/Master/texmf-dist/tex/latex/sansmathaccent/ot1mathkerncmss.fd index 1726b794f9d..e2052b072b4 100644 --- a/Master/texmf-dist/tex/latex/sansmathaccent/ot1mathkerncmss.fd +++ b/Master/texmf-dist/tex/latex/sansmathaccent/ot1mathkerncmss.fd @@ -5,7 +5,7 @@ %THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY \ProvidesFile{ot1mathkerncmss.fd} - [2013/03/27 Fontinst v1.933 font definitions for OT1/mathkerncmss.] + [2020/01/31 Fontinst v1.933 font definitions for OT1/mathkerncmss.] \DeclareFontFamily{OT1}{mathkerncmss}{\skewchar \font 127 } diff --git a/Master/texmf-dist/tex/latex/sansmathaccent/sansmathaccent.sty b/Master/texmf-dist/tex/latex/sansmathaccent/sansmathaccent.sty index f7f06374fbe..adf1e16892f 100644 --- a/Master/texmf-dist/tex/latex/sansmathaccent/sansmathaccent.sty +++ b/Master/texmf-dist/tex/latex/sansmathaccent/sansmathaccent.sty @@ -4,7 +4,7 @@ % % author: Ariel Barton % -% Copyright Ariel Barton, 2012, 2013 +% Copyright Ariel Barton, 2012, 2013, 2020 % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -20,7 +20,7 @@ % The complete list of files considered part of this work is in % the file `sansmathaccent.pdf' and its source code `sansmathaccent.tex'. % -\ProvidesPackage{sansmathaccent}[2013/03/28] +\ProvidesPackage{sansmathaccent}[2020/01/31] \def\sansmathaccent@warning{sansmathaccent is not a standalone package; it should be used with beamer or sfmath} @@ -53,9 +53,9 @@ % Ensure proper placement of accents with bm % but don't waste a mathgroup unless we will in fact use % bm and pureletters - \IfFileExists{filehook.sty}{ - \RequirePackage{filehook} - \AtBeginOfFile{bm.sty}{ + \IfFileExists{scrlfile.sty}{ + \RequirePackage{scrlfile} + \BeforeFile{bm.sty}{ \beamer@font@check \ifbeamer@suppressreplacements\else \DeclareSymbolFont{pureletters}{OT1}{mathkerncmss}{m}{sl} \SetSymbolFont{pureletters}{bold}{OT1}{mathkerncmss}{bx}{sl} @@ -64,7 +64,7 @@ }{ \DeclareSymbolFont{pureletters}{OT1}{mathkerncmss}{m}{sl} \SetSymbolFont{pureletters}{bold}{OT1}{mathkerncmss}{bx}{sl} - \PackageWarning{sansmathaccent}{Could not find 'filehooks' package: one mathgroup may be wasted} + \PackageWarning{sansmathaccent}{Could not find 'scrlfile' package: one mathgroup may be wasted} } \AtBeginDocument{ |