summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/scholax
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-03 22:15:20 +0000
committerKarl Berry <karl@freefriends.org>2020-01-03 22:15:20 +0000
commit4bfb02eb16018b2a9105dc3439cccaca07ad0ff5 (patch)
treec340d7dcfc3ad3be15289dc5369cc2c2c2ff117a /Master/texmf-dist/tex/latex/scholax
parent427ff0e1351f0fb2fe9b26f570301d4708953984 (diff)
scholax (3jan20)
git-svn-id: svn://tug.org/texlive/trunk@53311 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/scholax')
-rw-r--r--Master/texmf-dist/tex/latex/scholax/newtx-nc-subs.tex12
-rw-r--r--Master/texmf-dist/tex/latex/scholax/newtx-ncf-subs.tex12
-rw-r--r--Master/texmf-dist/tex/latex/scholax/scholax.sty26
3 files changed, 26 insertions, 24 deletions
diff --git a/Master/texmf-dist/tex/latex/scholax/newtx-nc-subs.tex b/Master/texmf-dist/tex/latex/scholax/newtx-nc-subs.tex
index e88ea8eb7c9..4f8e5cd42f4 100644
--- a/Master/texmf-dist/tex/latex/scholax/newtx-nc-subs.tex
+++ b/Master/texmf-dist/tex/latex/scholax/newtx-nc-subs.tex
@@ -1,8 +1,7 @@
-{f}{-2}
+{f}{-.5}
{j}{-2}
-{p}{-1.5}
-{y}{-1.5}
-{A}{-1.5}
+{p}{-.5}
+{A}{-1}
{B}{-1}
{D}{-1}
{H}{-1}
@@ -13,5 +12,6 @@
{N}{-0.5}
{P}{-1}
{X}{-1}
-{\rho}{-1}
-{\beta}{-1} \ No newline at end of file
+{\rho}{-2.5}
+{\beta}{-1}
+{\mu}{-2}
diff --git a/Master/texmf-dist/tex/latex/scholax/newtx-ncf-subs.tex b/Master/texmf-dist/tex/latex/scholax/newtx-ncf-subs.tex
index e88ea8eb7c9..83b9eb292d8 100644
--- a/Master/texmf-dist/tex/latex/scholax/newtx-ncf-subs.tex
+++ b/Master/texmf-dist/tex/latex/scholax/newtx-ncf-subs.tex
@@ -1,8 +1,7 @@
-{f}{-2}
+{f}{-.5}
{j}{-2}
-{p}{-1.5}
-{y}{-1.5}
-{A}{-1.5}
+{p}{-.5}
+{A}{-1}
{B}{-1}
{D}{-1}
{H}{-1}
@@ -13,5 +12,6 @@
{N}{-0.5}
{P}{-1}
{X}{-1}
-{\rho}{-1}
-{\beta}{-1} \ No newline at end of file
+{\rho}{-5}
+{\beta}{-3}
+{\mu}{-1.5}
diff --git a/Master/texmf-dist/tex/latex/scholax/scholax.sty b/Master/texmf-dist/tex/latex/scholax/scholax.sty
index cfe25b49e5e..369573adfe2 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.01}
-\def\filedate{2020/01/01}
+\def\fileversion{1.02}
+\def\filedate{2020/01/02}
\ProvidesPackage{scholax}
[\filedate\space v\fileversion]
@@ -188,16 +188,18 @@ OsF}\fontshape{sc}\selectfont #1}%
\AtEndPreamble{%
\ifzcs@thrm%
- \newtheoremstyle{plain}
- {\medskipamount} % ABOVESPACE, was \topsep
- {\medskipamount} % BELOWSPACE, was \topsep
- {\thfamily} % BODYFONT--\thfamily is defined to be \itshape with upright figures and punctuation
- {} % INDENT (empty value is the same as 0pt)
- {\bfseries} % HEADFONT--you may want to add \tlfstyle so the number is tab lining, regardless of text figure selection
- {.} % HEADPUNCT
- {5pt plus 1pt minus 1pt} % HEADSPACE
- {} % CUSTOM-HEAD-SPEC[
-\fi%
+ \patchcmd{\th@plain}{\itshape}{\thfamily}{\message{Replaced itshape by thfamily in theorem style plain.}}{\message{Unable to replace itshape by thfamily in theorem style plain.}}
+\fi
+% \newtheoremstyle{plain}
+% {\medskipamount} % ABOVESPACE, was \topsep
+% {\medskipamount} % BELOWSPACE, was \topsep
+% {\thfamily} % BODYFONT--\thfamily is defined to be \itshape with upright figures and punctuation
+% {} % INDENT (empty value is the same as 0pt)
+% {\bfseries} % HEADFONT--you may want to add \tlfstyle so the number is tab lining, regardless of text figure selection
+% {.} % HEADPUNCT
+% {5pt plus 1pt minus 1pt} % HEADSPACE
+% {} % CUSTOM-HEAD-SPEC[
+%\fi%
\renewcommand*{\rmdefault}%
{TeXGyreScholaX-\TeXGyreScholaX@figurealign\TeXGyreScholaX@figurestyle}
\newcommand*{\thdefault}{zcsth-\TeXGyreScholaX@figurestyle}