From e911000609e83f69e810f935c454bae7b3539e98 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 1 Feb 2020 22:13:39 +0000 Subject: sansmathaccent (1feb20) git-svn-id: svn://tug.org/texlive/trunk@53628 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/fonts/sansmathaccent/sansmathaccent.pdf | Bin 153196 -> 153792 bytes .../doc/fonts/sansmathaccent/sansmathaccent.tex | 8 +++++--- .../tex/latex/sansmathaccent/ot1mathkerncmss.fd | 2 +- .../tex/latex/sansmathaccent/sansmathaccent.sty | 12 ++++++------ 4 files changed, 12 insertions(+), 10 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/fonts/sansmathaccent/sansmathaccent.pdf b/Master/texmf-dist/doc/fonts/sansmathaccent/sansmathaccent.pdf index 6ebd6894cca..ca651980172 100644 Binary files a/Master/texmf-dist/doc/fonts/sansmathaccent/sansmathaccent.pdf and b/Master/texmf-dist/doc/fonts/sansmathaccent/sansmathaccent.pdf differ diff --git a/Master/texmf-dist/doc/fonts/sansmathaccent/sansmathaccent.tex b/Master/texmf-dist/doc/fonts/sansmathaccent/sansmathaccent.tex index 4532da1d992..9bf168d9a75 100644 --- a/Master/texmf-dist/doc/fonts/sansmathaccent/sansmathaccent.tex +++ b/Master/texmf-dist/doc/fonts/sansmathaccent/sansmathaccent.tex @@ -6,7 +6,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 @@ -22,7 +22,7 @@ % The complete list of files considered part of this work is % later in this file. % -% Date: 2013/03/28 +% Date: 2020/01/31 \documentclass{amsart} @@ -60,9 +60,11 @@ Version 2 is compatible with the \textsf{bm} package: $$ \bm{\tilde M} \quad \bm{\dot u} \quad \bm{\hat{T}} \quad \bm{\bar v} \quad \bm{\mathring{A}}$$ +Version 3 uses the \textsf{scrlfile} package instead of the \textsf{filehooks} package at the request of the \textsf{beamer} support community. + \section{Usage} -This package was uploaded to CTAN in March 2013. If you have installed +This package was uploaded to CTAN in January 2020. If you have installed or updated your \TeX\ distribution since then, this package might have been installed on your system. 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{ -- cgit v1.2.3