From 4bfb02eb16018b2a9105dc3439cccaca07ad0ff5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 3 Jan 2020 22:15:20 +0000 Subject: scholax (3jan20) git-svn-id: svn://tug.org/texlive/trunk@53311 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/scholax/README | 7 ++++- .../texmf-dist/doc/fonts/scholax/scholax-doc.pdf | Bin 362022 -> 358614 bytes .../texmf-dist/doc/fonts/scholax/scholax-doc.tex | 35 +++++++++++---------- .../texmf-dist/fonts/map/dvips/scholax/ScholaX.map | 13 ++++---- .../texmf-dist/tex/latex/scholax/newtx-nc-subs.tex | 12 +++---- .../tex/latex/scholax/newtx-ncf-subs.tex | 12 +++---- Master/texmf-dist/tex/latex/scholax/scholax.sty | 26 ++++++++------- 7 files changed, 57 insertions(+), 48 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/fonts/scholax/README b/Master/texmf-dist/doc/fonts/scholax/README index 37b03e5283a..c34a15ce7bf 100644 --- a/Master/texmf-dist/doc/fonts/scholax/README +++ b/Master/texmf-dist/doc/fonts/scholax/README @@ -8,7 +8,12 @@ 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.01 2020-01-01 +Current version: 1.02 2020-01-02 + +Changes in version 1.02 +1. Corrected ScholaX.map entries. (Thanks Marcel Krueger.) +2. Simplified code and documentation for theoremfont under various theorem packages. +3. Small documentation fixes. Changes in version 1.01 Corrected theoremfont code in scholax.sty and modified documentation accordingly. diff --git a/Master/texmf-dist/doc/fonts/scholax/scholax-doc.pdf b/Master/texmf-dist/doc/fonts/scholax/scholax-doc.pdf index 50a1860f832..bdc7d70e754 100644 Binary files a/Master/texmf-dist/doc/fonts/scholax/scholax-doc.pdf and b/Master/texmf-dist/doc/fonts/scholax/scholax-doc.pdf differ diff --git a/Master/texmf-dist/doc/fonts/scholax/scholax-doc.tex b/Master/texmf-dist/doc/fonts/scholax/scholax-doc.tex index ffb3d1fc06f..9ae02ce3707 100644 --- a/Master/texmf-dist/doc/fonts/scholax/scholax-doc.tex +++ b/Master/texmf-dist/doc/fonts/scholax/scholax-doc.tex @@ -68,7 +68,7 @@ Slanted and Bold Slanted styles are provided in addition to the basic Regular, B {\tt scaled, scale:}\\ Rescales every font in the package. E.g., \begin{verbatim} -\usepackage[scaled=1.15}{scholax} +\usepackage[scaled=1.15]{scholax} \end{verbatim} scales everything up by 15\%. @@ -88,31 +88,34 @@ This option makes use of a new text font family, {\tt thfamily}, amounting to It There are two ways to make use of \verb|\thfamily| for body text in theorem-like text. \begin{itemize} \item -\textbf{(for {\tt amsthm} only)}---add the option {\tt theoremfont} to {\tt scholax}, which will patch the \verb|\th@plain| command which stores the definition of the plain theorem format, replacing \verb|\itshape| by \verb|\thfamily|. Then, in your document preamble, make the usual theorem specifications, like +\textbf{(for {\tt amsthm} and {\tt theorem} only)}---add the option {\tt theoremfont} to {\tt scholax}, which will patch the \verb|\th@plain| command which stores the definition of the plain theorem format, replacing \verb|\itshape| by \verb|\thfamily|. Then, in your document preamble, make the usual theorem specifications, like \begin{verbatim} \theoremstyle{plain} \newtheorem{thm}{Theorem}[section] +etc \end{verbatim} \item -In your document preamble, make a new definition of the plain theorem format. For {\tt amsthm}, this would be like -\begin{verbatim} -\newtheoremstyle{plain} - {\medskipamount} % ABOVESPACE - {\medskipamount} % BELOWSPACE - {\thfamily} % BODYFONT <<<<<<<<