summaryrefslogtreecommitdiff
path: root/fonts/scholax
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-14 03:01:16 +0000
committerNorbert Preining <norbert@preining.info>2020-03-14 03:01:16 +0000
commit942e56ba7d147d18d379305e76f064cec0aade7d (patch)
tree492a4d484f8c9c23d4470ee5c2356dec49dd33d1 /fonts/scholax
parent7f2b2a9d664831db3f6dcb985d3a10212ce3b752 (diff)
CTAN sync 202003140301
Diffstat (limited to 'fonts/scholax')
-rw-r--r--fonts/scholax/README5
-rw-r--r--fonts/scholax/tex/scholax.sty10
2 files changed, 9 insertions, 6 deletions
diff --git a/fonts/scholax/README b/fonts/scholax/README
index 32fa802220..75af2e9e10 100644
--- a/fonts/scholax/README
+++ b/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/fonts/scholax/tex/scholax.sty b/fonts/scholax/tex/scholax.sty
index 23dd1c14c8..eca1ce325a 100644
--- a/fonts/scholax/tex/scholax.sty
+++ b/fonts/scholax/tex/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