diff options
author | Norbert Preining <norbert@preining.info> | 2020-12-02 03:03:21 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2020-12-02 03:03:21 +0000 |
commit | 9399e3c0a1f648d5a69f00401e80037258286a51 (patch) | |
tree | b0a6453590268f5683a084641bb56dddb9066e24 /fonts | |
parent | 13dc4c947f3b419fc1b2ed24f10d69c841b0a37b (diff) |
CTAN sync 202012020303
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/scholax/README | 5 | ||||
-rw-r--r-- | fonts/scholax/tex/scholax.sty | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/fonts/scholax/README b/fonts/scholax/README index 0795c2a6dc..c7d4ae241c 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.026 2020-06-02 +Current version: 1.027 2020-11-30 + +Changes in version 1.027 +Corrected scholax.sty, adding code to enable missing option 'shrink'. (Thanks Arash Esbati.) Changes in version 1.026 1. Added a number of new glyphs to extend the coverage of the TS1 encoding. diff --git a/fonts/scholax/tex/scholax.sty b/fonts/scholax/tex/scholax.sty index eca1ce325a..b2d715049b 100644 --- a/fonts/scholax/tex/scholax.sty +++ b/fonts/scholax/tex/scholax.sty @@ -1,7 +1,7 @@ %% \NeedsTeXFormat{LaTeX2e} -\def\fileversion{1.025} -\def\filedate{2020/03/13} +\def\fileversion{1.027} +\def\filedate{2020/11/30} \ProvidesPackage{scholax} [\filedate\space v\fileversion] @@ -74,7 +74,7 @@ \def\zcs@shrink{.093em} \DeclareOptionX{spacing}{\gdef\zcs@spc{#1}} \DeclareOptionX{stretch}{\gdef\zcs@stretch{#1}} -\DeclareOptionX{foresolidus}{\gdef\zcs@foresolidus{#1}} +\DeclareOptionX{shrink}{\gdef\zcs@shrink{#1}}\DeclareOptionX{foresolidus}{\gdef\zcs@foresolidus{#1}} \DeclareOptionX{aftsolidus}{\gdef\zcs@aftsolidus{#1}} \DeclareOptionX{raisefrac}{\gdef\zcs@raisefrac{#1}} |