diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-13 21:01:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-13 21:01:30 +0000 |
commit | 690a1871e8708f0700c812952ce9ae06637da93e (patch) | |
tree | 3ec175f506f3018fd4f9a50139dbdc158c0132a9 /Master | |
parent | eaea0d35a703f47bc759ec85ecc1533c8aacc404 (diff) |
scholax (13mar20)
git-svn-id: svn://tug.org/texlive/trunk@54280 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/fonts/scholax/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/scholax/scholax.sty | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/fonts/scholax/README b/Master/texmf-dist/doc/fonts/scholax/README index 32fa802220a..75af2e9e100 100644 --- a/Master/texmf-dist/doc/fonts/scholax/README +++ b/Master/texmf-dist/doc/fonts/scholax/README @@ -8,7 +8,10 @@ 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.024 2020-03-09 +Current version: 1.025 2020-03-13 + +Changes in version 1.025 +Corrected scholax.sty so that the scale/scaled options work as expected. Changes in version 1.024 1. Changed names of math font components, so each is now prefixed by NCX, in order to better identify the font/tfm as being part of the New Century eXtended font package. diff --git a/Master/texmf-dist/tex/latex/scholax/scholax.sty b/Master/texmf-dist/tex/latex/scholax/scholax.sty index 23dd1c14c88..eca1ce325a2 100644 --- a/Master/texmf-dist/tex/latex/scholax/scholax.sty +++ b/Master/texmf-dist/tex/latex/scholax/scholax.sty @@ -1,7 +1,7 @@ %% \NeedsTeXFormat{LaTeX2e} -\def\fileversion{1.024} -\def\filedate{2020/03/09} +\def\fileversion{1.025} +\def\filedate{2020/03/13} \ProvidesPackage{scholax} [\filedate\space v\fileversion] @@ -40,10 +40,10 @@ \IfFileExists{xkeyval.sty}{ - \newcommand*{\zcs@scale}{s*[1]} + \newcommand*{\TeXGyreScholaX@scale}{1} \RequirePackage{xkeyval} - \DeclareOptionX{scale}{\renewcommand*{\zcs@scale}{s*[##1]}} - \DeclareOptionX{scaled}{\renewcommand*{\zcs@scale}{s*[##1]}} + \DeclareOptionX{scale}{\renewcommand*{\TeXGyreScholaX@scale}{##1}} + \DeclareOptionX{scaled}{\renewcommand*{\TeXGyreScholaX@scale}{##1}} }{ \let\DeclareOptionX\DeclareOption \let\ExecuteOptionsX\ExecuteOptions |