summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-02-02 03:02:06 +0000
committerNorbert Preining <norbert@preining.info>2020-02-02 03:02:06 +0000
commite05dc0bb38b16bfb9ba35591285e40af0adaadc4 (patch)
tree564fc3b7389c845780f5685d16fe13ae29372fb4 /fonts
parent5bcf334281674db82263ea71485108bd44a05a5d (diff)
CTAN sync 202002020302
Diffstat (limited to 'fonts')
-rw-r--r--fonts/baskervaldx/README5
-rw-r--r--fonts/baskervaldx/tex/Baskervaldx.sty15
-rw-r--r--fonts/baskervillef/README7
-rw-r--r--fonts/baskervillef/tex/baskervillef.sty13
-rw-r--r--fonts/sansmathaccent/ot1mathkerncmss.fd2
-rw-r--r--fonts/sansmathaccent/sansmathaccent.pdfbin153196 -> 153792 bytes
-rw-r--r--fonts/sansmathaccent/sansmathaccent.sty12
-rw-r--r--fonts/sansmathaccent/sansmathaccent.tex8
8 files changed, 36 insertions, 26 deletions
diff --git a/fonts/baskervaldx/README b/fonts/baskervaldx/README
index ad02469812..5885d05146 100644
--- a/fonts/baskervaldx/README
+++ b/fonts/baskervaldx/README
@@ -12,7 +12,10 @@ NOTICE.txt;
http://www.ctan.org/license/lppl1.3
for the details of that license.
-Current version: 1.072, 2017/03/10
+Current version: 1.073, 2020/01/31
+
+Changes in version 1.073
+Modified Baskervaldx.sty to comply with changes to latex with respect to mweights and fontaxes packages.
Changes in version 1.072
Modified the sty file so that Baskervaldx text figure styles are selected always in the \AtEndPreamble hook. (Formerly, using babel would prevent this.)
diff --git a/fonts/baskervaldx/tex/Baskervaldx.sty b/fonts/baskervaldx/tex/Baskervaldx.sty
index c8ace90b77..be237ea679 100644
--- a/fonts/baskervaldx/tex/Baskervaldx.sty
+++ b/fonts/baskervaldx/tex/Baskervaldx.sty
@@ -1,8 +1,8 @@
%% Baskervaldx.sty
%%
\NeedsTeXFormat{LaTeX2e}
-\def\fileversion{1.072}
-\def\filedate{2017/03/10}
+\def\fileversion{1.073}
+\def\filedate{2020/01/31}
\ProvidesPackage{Baskervaldx}
[\filedate\space v\fileversion]
@@ -14,10 +14,11 @@
\RequirePackage{etoolbox}
\IfFileExists{fontaxes.sty}{
\RequirePackage{fontaxes}
- \DeclareRobustCommand\swshape{\not@math@alphabet\swshape\relax
- \fontprimaryshape\itdefault\fontsecondaryshape\swdefault\selectfont}
- \fa@naming@exception{shape}{{n}{sw}}{nw}
- \fa@naming@exception{shape}{{it}{sw}}{sw}
+% changed the following due to changes in pdflatex 2020-02-02
+% \DeclareRobustCommand\swshape{\not@math@alphabet\swshape\relax
+% \fontprimaryshape\itdefault\fontsecondaryshape\swdefault\selectfont}
+% \fa@naming@exception{shape}{{n}{sw}}{nw}
+% \fa@naming@exception{shape}{{it}{sw}}{sw}
\fa@naming@exception{figures}{{superior}{proportional}}{Sup}
\fa@naming@exception{figures}{{superior}{tabular}}{Sup}
\def\sufigures{\@nomath\sufigures
@@ -123,7 +124,7 @@
% \normalfont
%\else
\AtEndPreamble{%
- \renewcommand*{\swdefault}{sw}
+ %\renewcommand*{\swdefault}{sw}
\renewcommand*{\rmdefault}%
{Baskervaldx-\Baskervaldx@figurealign\Baskervaldx@figurestyle}
\normalfont}
diff --git a/fonts/baskervillef/README b/fonts/baskervillef/README
index 14e68c28e8..c773716529 100644
--- a/fonts/baskervillef/README
+++ b/fonts/baskervillef/README
@@ -13,13 +13,16 @@ license is in http://www.latex-project.org/lppl.txt and version 1.3 or later is
part of all distributions of LaTeX version 2003/12/01 or later. Those files and
LaTeX support file baskervillef.sty are
- Copyright (c) 2016---2019 Michael Sharpe
+ Copyright (c) 2016---2020 Michael Sharpe
Files provided "as is", with no warranties.
The support files are provided in encodings OT1, T1, TS1 and LY1 for users of Western scripts.
-Current version: 1.048 2019-11-12
+Current version: 1.049 2020-01-31
+
+Changes in version 1.049
+Modified baskervillef.sty to comply with changes to latex with respect to mweights and fontaxes packages.
Changes in version 1.048
Corrected errors in some of the OT1 fd files. (Thanks Frank Mittelbach.)
diff --git a/fonts/baskervillef/tex/baskervillef.sty b/fonts/baskervillef/tex/baskervillef.sty
index f3123f3642..cd2e8005b4 100644
--- a/fonts/baskervillef/tex/baskervillef.sty
+++ b/fonts/baskervillef/tex/baskervillef.sty
@@ -1,7 +1,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
-\def\fileversion{1.043}
-\def\filedate{2017/03/10}
+\def\fileversion{1.050}
+\def\filedate{2020/01/31}
\ProvidesPackage{baskervillef}
[\filedate\space v\fileversion. Style file for BaskervilleF.]
@@ -11,10 +11,11 @@
\RequirePackage{etoolbox,xstring,ifthen}
\IfFileExists{fontaxes.sty}{
\RequirePackage{fontaxes}
- \DeclareRobustCommand\swshape{\not@math@alphabet\swshape\relax
- \fontprimaryshape\itdefault\fontsecondaryshape\swdefault\selectfont}
- \fa@naming@exception{shape}{{n}{sw}}{nw}
- \fa@naming@exception{shape}{{it}{sw}}{sw}
+% changed the following due to changes in pdflatex 2020-02-02
+% \DeclareRobustCommand\swshape{\not@math@alphabet\swshape\relax
+% \fontprimaryshape\itdefault\fontsecondaryshape\swdefault\selectfont}
+% \fa@naming@exception{shape}{{n}{sw}}{nw}
+% \fa@naming@exception{shape}{{it}{sw}}{sw}
\fa@naming@exception{figures}{{superior}{proportional}}{Sup}
\fa@naming@exception{figures}{{superior}{tabular}}{Sup}
diff --git a/fonts/sansmathaccent/ot1mathkerncmss.fd b/fonts/sansmathaccent/ot1mathkerncmss.fd
index 1726b794f9..e2052b072b 100644
--- a/fonts/sansmathaccent/ot1mathkerncmss.fd
+++ b/fonts/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/fonts/sansmathaccent/sansmathaccent.pdf b/fonts/sansmathaccent/sansmathaccent.pdf
index 6ebd6894cc..ca65198017 100644
--- a/fonts/sansmathaccent/sansmathaccent.pdf
+++ b/fonts/sansmathaccent/sansmathaccent.pdf
Binary files differ
diff --git a/fonts/sansmathaccent/sansmathaccent.sty b/fonts/sansmathaccent/sansmathaccent.sty
index f7f06374fb..adf1e16892 100644
--- a/fonts/sansmathaccent/sansmathaccent.sty
+++ b/fonts/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{
diff --git a/fonts/sansmathaccent/sansmathaccent.tex b/fonts/sansmathaccent/sansmathaccent.tex
index 4532da1d99..9bf168d9a7 100644
--- a/fonts/sansmathaccent/sansmathaccent.tex
+++ b/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.