summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/fonts/scholax/README5
-rw-r--r--Master/texmf-dist/tex/latex/scholax/scholax.sty10
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