diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-01 22:12:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-01 22:12:43 +0000 |
commit | 3038030c4d1e79900d1d2fc655110a020ba7f8e2 (patch) | |
tree | 6fde28ac325e8eeadfcd3543bc9d723090fb9f88 /Master/texmf-dist/tex | |
parent | 524b77c4d2a0d0b0a1e4eabcc338c77151d96155 (diff) |
baskervaldx (1feb20)
git-svn-id: svn://tug.org/texlive/trunk@53626 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/baskervaldx/Baskervaldx.sty | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/baskervaldx/Baskervaldx.sty b/Master/texmf-dist/tex/latex/baskervaldx/Baskervaldx.sty index c8ace90b77b..be237ea6797 100644 --- a/Master/texmf-dist/tex/latex/baskervaldx/Baskervaldx.sty +++ b/Master/texmf-dist/tex/latex/baskervaldx/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} |