summaryrefslogtreecommitdiff
path: root/fonts/newpx/doc/newpxdoc.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-09-29 03:01:08 +0000
committerNorbert Preining <norbert@preining.info>2023-09-29 03:01:08 +0000
commit0176b9de995188e96b71b6a6445a801b17fca741 (patch)
treeda836a48d7e7e9099877690d37a3937aee5a1dee /fonts/newpx/doc/newpxdoc.tex
parent30430eda38d883489e7ec7119ef3589d7f96e17d (diff)
CTAN sync 202309290301
Diffstat (limited to 'fonts/newpx/doc/newpxdoc.tex')
-rw-r--r--fonts/newpx/doc/newpxdoc.tex10
1 files changed, 4 insertions, 6 deletions
diff --git a/fonts/newpx/doc/newpxdoc.tex b/fonts/newpx/doc/newpxdoc.tex
index 9a151f0339..d4e9e978fe 100644
--- a/fonts/newpx/doc/newpxdoc.tex
+++ b/fonts/newpx/doc/newpxdoc.tex
@@ -299,9 +299,8 @@ Supports {\tt newpxmath} with an otf text font.
\usepackage[no-math]{fontspec}
\usepackage{} % the chosen otf text font package, or fontspec \setmainfont, etc
% or, using newpx, only for TeXGyrePagellaX
- \renewcommand*{\rmdefault}{zplTLF} % loads minimal version of text font for use in math
\usepackage[T1]{fontenc} % so operators can have accented letters
- \usepackage[list of text and mathoptions]{newpx} % options will be passed to text font package and newpxmath
+ \usepackage[list of text and math options]{newpx} % options will be passed to text font package and newpxmath
\end{verbatim}
\textsc{Notes:}
\begin{itemize}
@@ -343,8 +342,7 @@ For this arrangement, the math package needs information about the text font cur
% should load tt and sans math before math
% or, using newpx, where text font will be TeXGyrePagelleX
% should load tt and sans math before newpx
- \renewcommand*{\rmdefault}{zplTLF}% minimal text family, Roman and Bold for math
- \usepackage[T1]{fontenc}
+ \usepackage[T1]{fontenc} % math text font zplTLF by default
\usepackage[<list of text and math options>]{newpx}
\end{verbatim}
\textsc{Notes:}
@@ -463,7 +461,7 @@ You do not need to load {\tt amsmath}: it is loaded by {\tt newpxmath} Option {\
\end{itemize}
With {\tt newpx}, the above is equivalent to:
\begin{verbatim}
-\renewcommand{\rmdefault}{zplTLF}% Roman and Bold PagellaX for math mode
+%\renewcommand{\rmdefault}{zplTLF}% Roman and Bold PagellaX for math mode
\usepackage[T1]{fontenc} % T1 is active encoding for use in math text
\usepackage[type1]{sourcesanspro}% used only by \mathsf, optional
% Next line loads amsmath, then loads amsthm
@@ -515,7 +513,7 @@ unless suppressed by an appropriate option. E.g.,
\begin{verbatim}
\usepackage[type1]{cabin}
\end{verbatim}
-prevents the problem with the {\tt cabin} package. (Not working in the version of {\tt cabin.sty} dated 12/25/2022.)
+prevents the problem with the {\tt cabin} package. (Not working in the version of {\tt cabin.sty} dated 12/25/2022. This has been corrected in the version dated 2023-09-25.)
\iffalse
Consider three scenarios for using some part of {\tt newpx} with one of XeLaTeX, LuaLaTeX.