summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/fonts/baskervaldx/README5
-rw-r--r--Master/texmf-dist/tex/latex/baskervaldx/Baskervaldx.sty15
2 files changed, 12 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/fonts/baskervaldx/README b/Master/texmf-dist/doc/fonts/baskervaldx/README
index ad02469812b..5885d051460 100644
--- a/Master/texmf-dist/doc/fonts/baskervaldx/README
+++ b/Master/texmf-dist/doc/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/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}