summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-09-13 20:06:46 +0000
committerKarl Berry <karl@freefriends.org>2021-09-13 20:06:46 +0000
commitfe65c8d9a35acb1f448cb7fa91a55b1d8eddde5f (patch)
tree64a9cac26f6be185a17a2cafc6e3924d0dee7f48
parent52312f90ed22216de70bb6c15be4320b2521b48b (diff)
newpx (13sep21)
git-svn-id: svn://tug.org/texlive/trunk@60496 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/fonts/newpx/README7
-rw-r--r--Master/texmf-dist/doc/fonts/newpx/newpxdoc.pdfbin808489 -> 780619 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/newpx/newpxdoc.tex10
3 files changed, 12 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/fonts/newpx/README b/Master/texmf-dist/doc/fonts/newpx/README
index 58bebc7bac9..f096c3e85eb 100644
--- a/Master/texmf-dist/doc/fonts/newpx/README
+++ b/Master/texmf-dist/doc/fonts/newpx/README
@@ -1,12 +1,15 @@
This package, based initially on pxfonts, provides many fixes and enhancements to that package, splitting it in two parts---newpxtext and newpxmath---which may be run independently of one another. It provides scaling, improved metrics, and other options. For proper operation, the packages require that the packages newtxmath, pxfonts and TeXGyrePagella be installed and their map files enabled. The text package now relies on an extension of the TeXGyrePagella Type1 fonts that is provided with this package. The accompanying MANIFEST-newpx.txt provides details of the extension as requested by GUST-FONT-LICENSE.txt
-Current version: 1.424 2021-06-01
+Current version: 1.425 2021-09-12
This material is subject to the LaTeX Project Public License. See http://www.ctan.org/license/lppl1.3
for the details of that license.
+Changes in version 1.425
+Corrections to examples in documentation, mostly about loading amsmath before amsthm. (Thanks Maurice Hansen.)
+
Changes in version 1.424
-Modified definitions of \AmS and \AmSfont so the \AmS now works properly. (Thanks Maurice Hansen.)
+Modified definitions of \AmS and \AmSfont so the \AmS macro now works properly. (Thanks Maurice Hansen.)
Changes in version 1.423
1. Corrected weight of regular math accents, which were rendering in bold weight.
diff --git a/Master/texmf-dist/doc/fonts/newpx/newpxdoc.pdf b/Master/texmf-dist/doc/fonts/newpx/newpxdoc.pdf
index ce4a919c310..02f30cdbeb7 100644
--- a/Master/texmf-dist/doc/fonts/newpx/newpxdoc.pdf
+++ b/Master/texmf-dist/doc/fonts/newpx/newpxdoc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/newpx/newpxdoc.tex b/Master/texmf-dist/doc/fonts/newpx/newpxdoc.tex
index 1c8bcafcd34..818fcf0b4e1 100644
--- a/Master/texmf-dist/doc/fonts/newpx/newpxdoc.tex
+++ b/Master/texmf-dist/doc/fonts/newpx/newpxdoc.tex
@@ -7,10 +7,11 @@
\pdfcompresslevel=0
\pdfgentounicode=1
\input glyphtounicode.tex
-\usepackage{pdfx} % v 1.6.4 or higher
+%\usepackage{pdfx} % v 1.6.4 or higher
\InputIfFileExists{glyphtounicode-cmr.tex}{}{}
\InputIfFileExists{glyphtounicode-ntx.tex}{}{}
\usepackage{fonttable}
+\usepackage{amsmath} % must be loaded before amsthm
\usepackage{amsthm}
\newtheoremstyle{oldplain}
{\topsep} % ABOVESPACE
@@ -171,7 +172,8 @@ You should normally load {\tt babel} before loading {\tt newpxtext} in order for
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage[varqu,varl]{inconsolata}
-\usepackage{amsthm}
+\usepackage{amsmath} % must be loaded before amsthm
+\usepackage{amsthm} % must be loaded before newpxmath
\usepackage[vvarbb]{newpxmath}
% option vvarbb gives you stix blackboard bold
\linespread{1.05}
@@ -193,6 +195,7 @@ unless suppressed by an appropriate option. E.g.,
prevents the problem with the {\tt cabin} package.
While the math font options must be specified before {\tt fontspec}, be aware of a potential trap. Using \verb|\usepackage{newpxtext}| before \verb|\usepackage{newpxmath}| results in {\tt newpxtext}'s font-loading options being run after all other packages in the preamble, so instead of \verb|\usepackage{newpxtext}|, use the following:
+
\textsc{Example:}
\begin{verbatim}
%load LaTeX text components before math math
@@ -200,7 +203,8 @@ While the math font options must be specified before {\tt fontspec}, be aware of
\renewcommand{\rmdefault}{zpltlf}% Roman font for use in math mode
\usepackage[scaled=.85]{beramono}% used only by \mathtt
\usepackage[type1]{cabin}% used only by \mathsf
-\usepackage{amsthm}% load before newtxmath
+\usepackage{amsmath} % must be loaded before amsthm
+\usepackage{amsthm}% load before newpxmath
\usepackage[bigdelims,vvarbb]{newpxmath}
\usepackage[scr=rsfso]{mathalfa}
\usepackage{bm}% load after all math to give access to bold math