diff options
author | Norbert Preining <norbert@preining.info> | 2022-02-02 03:04:47 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-02-02 03:04:47 +0000 |
commit | 460879b45ff6e83765da88734e8cc0c6da5043eb (patch) | |
tree | 8bbeaad213d6647db82d17b25a6ffd5bab08da18 /fonts/scholax | |
parent | 811714247a66acfce87bba00b9758441ff9d1413 (diff) |
CTAN sync 202202020304
Diffstat (limited to 'fonts/scholax')
-rw-r--r-- | fonts/scholax/README | 11 | ||||
-rw-r--r-- | fonts/scholax/doc/scholax-doc.pdf | bin | 720342 -> 727093 bytes | |||
-rw-r--r-- | fonts/scholax/tex/newtx-ncf-subs.tex | 2 | ||||
-rw-r--r-- | fonts/scholax/tex/scholax.sty | 26 |
4 files changed, 26 insertions, 13 deletions
diff --git a/fonts/scholax/README b/fonts/scholax/README index d6db6209c6..d481f8caae 100644 --- a/fonts/scholax/README +++ b/fonts/scholax/README @@ -8,7 +8,16 @@ The licence of fourier-GUTenberg is LPPL (Latex Public Project Licence) and the licence for TeXGyre fonts is equivalent to the LPPL, so this package is released under the LPPL. -Current version: 1.030 2021-03-24 +Current version: 1.033 2022-01-31 + +Changes in version 1.033 +Re-added package fontaxes, accidentally commented out in 1.031. + +Changes in version 1.032 +Small change in newtx-ncf-subs.tex to keep the CTAN file checker from complaining. + +Changes in version 1.031 +Added definitions of \nustyle and \destyle to scholax.sty. Changes in version 1.030 1. Brought math blackboard bold alphabets into conformance with additions to newtxmath. diff --git a/fonts/scholax/doc/scholax-doc.pdf b/fonts/scholax/doc/scholax-doc.pdf Binary files differindex 4fbfe92a6a..b384e3c890 100644 --- a/fonts/scholax/doc/scholax-doc.pdf +++ b/fonts/scholax/doc/scholax-doc.pdf diff --git a/fonts/scholax/tex/newtx-ncf-subs.tex b/fonts/scholax/tex/newtx-ncf-subs.tex index e88ea8eb7c..b340bc56bd 100644 --- a/fonts/scholax/tex/newtx-ncf-subs.tex +++ b/fonts/scholax/tex/newtx-ncf-subs.tex @@ -14,4 +14,4 @@ {P}{-1} {X}{-1} {\rho}{-1} -{\beta}{-1}
\ No newline at end of file +{\beta}{-1.01}
\ No newline at end of file diff --git a/fonts/scholax/tex/scholax.sty b/fonts/scholax/tex/scholax.sty index ce850acdb0..3ecd7eccde 100644 --- a/fonts/scholax/tex/scholax.sty +++ b/fonts/scholax/tex/scholax.sty @@ -1,7 +1,7 @@ %% \NeedsTeXFormat{LaTeX2e} -\def\fileversion{1.030} -\def\filedate{2021/03/24} +\def\fileversion{1.033} +\def\filedate{2022/01/31} \ProvidesPackage{scholax} [\filedate\space v\fileversion] @@ -9,18 +9,18 @@ \RequirePackage[LY1,T1]{fontenc} \RequirePackage{textcomp} -\RequirePackage{ifthen,xstring} +\RequirePackage{ifthen,xstring,scalefnt} \DeclareEncodingSubset{TS1}{TeXGyreScholaX-*}{0} \RequirePackage{etoolbox} \IfFileExists{mweights.sty}{\RequirePackage{mweights}}{} \IfFileExists{fontaxes.sty}{ - \RequirePackage{fontaxes} - \fa@naming@exception{figures}{{superior}{proportional}}{Sup} - \fa@naming@exception{figures}{{superior}{tabular}}{Sup} - \def\sufigures{\@nomath\sufigures - \fontfigurestyle{superior}\selectfont} - \DeclareTextFontCommand{\textsu}{\sufigures} - \let\textsuperior\textsu + \RequirePackage{fontaxes} +% \fa@naming@exception{figures}{{superior}{proportional}}{Sup} +% \fa@naming@exception{figures}{{superior}{tabular}}{Sup} +% \def\sufigures{\@nomath\sufigures +% \fontfigurestyle{superior}\selectfont} +% \DeclareTextFontCommand{\textsu}{\sufigures} +% \let\textsuperior\textsu \fa@naming@exception{figures}{{superior}{proportional}}{Sup} @@ -29,13 +29,15 @@ \fontfigurestyle{superior}\selectfont} \DeclareTextFontCommand{\textsu}{\sufigures} \let\textsuperior\textsu - + \let\nustyle\sufigures + \fa@naming@exception{figures}{{inferior}{proportional}}{Inf} \fa@naming@exception{figures}{{inferior}{tabular}}{Inf} \def\infigures{\@nomath\infigures% \fontfigurestyle{inferior}\selectfont} \DeclareTextFontCommand{\textin}{\infigures} \let\textinferior\textin + \let\destyle\infigures % \providecommand*{\textfrac}[2]{% % \raise \zcs@raisefrac \hbox{\textsu{##1}\kern \zcs@foresolidus \textfractionsolidus\kern \zcs@aftsolidus \textin{##2}}} }{} @@ -228,8 +230,10 @@ OsF}\fontshape{sc}\selectfont #1}% {TeXGyreScholaX-\TeXGyreScholaX@figurealign\TeXGyreScholaX@figurestyle} \newcommand*{\thdefault}{zcsth-\TeXGyreScholaX@figurestyle} \ifzcs@thrm + \@ifundefined{theoremstyle}{}{% \theoremstyle{plain} \patchcmd{\th@plain}{\itshape}{\thfamily}{\message{Replaced itshape by thfamily in theorem style plain.}}{\message{Unable to replace itshape by thfamily in theorem style plain.}} +} \fi \normalfont} |