summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-12-01 22:32:40 +0000
committerKarl Berry <karl@freefriends.org>2020-12-01 22:32:40 +0000
commit280555b08eaf2e7e20e719cdd5313a9385cf59d0 (patch)
treec7d12ed0f20cdb069644213b0578a3c8c60973b9
parentd49529fcfd9be8e5e844f9a00a5fb94548fd3863 (diff)
scholax (1dec20)
git-svn-id: svn://tug.org/texlive/trunk@57042 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/fonts/scholax/README5
-rw-r--r--Master/texmf-dist/tex/latex/scholax/scholax.sty6
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
3 files changed, 9 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/fonts/scholax/README b/Master/texmf-dist/doc/fonts/scholax/README
index 0795c2a6dc1..c7d4ae241c9 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.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/Master/texmf-dist/tex/latex/scholax/scholax.sty b/Master/texmf-dist/tex/latex/scholax/scholax.sty
index eca1ce325a2..b2d715049b6 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.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}}
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index f02c046ac65..4c587f24ebc 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1163,6 +1163,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'sagetex', "die 'skipping, omitted at author request (25 Jan 2010 19:50:16)'",
'sansmathaccent', "&MAKEflatten",
'sansmathfonts', "&MAKEflatten",
+ 'scholax', "&MAKEflatten",
'schulschriften', "&MAKEflatten",
'schwell', "die 'skipping, use gothic'",
'scientifixpaper', "die 'skipping, noinfo license'",
@@ -2117,6 +2118,7 @@ $standardtex
# 'rutitlepage', 'rutitlepage-logo.*|' . $standardtex, # .tds.zip
'sa-tikz', 'tikzlib.*tex|' . $standardtex,
'sansmath', '^..[^s].*\.sty', # not miscdoc.sty
+ 'scholax', '.*-subs\.tex|' . $standardtex,
'scrlttr2copy','\.lco',
'sdaps', '\.dict$|code128|' . $standardtex,
'sduthesis', 'figures|' . $standardtex,