summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/newpx/newpxdoc.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-04-21 23:40:32 +0000
committerKarl Berry <karl@freefriends.org>2015-04-21 23:40:32 +0000
commiteda63ac2fb0ed089433e331331ba0bfa00b0c139 (patch)
treef693a78db389b85fcb891956eecb39e3d5ad996b /Master/texmf-dist/doc/fonts/newpx/newpxdoc.tex
parent9f5e6f74502b732d6e89ad98744f78f4d0d453e6 (diff)
newpx (21apr15)
git-svn-id: svn://tug.org/texlive/trunk@36987 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/newpx/newpxdoc.tex')
-rw-r--r--Master/texmf-dist/doc/fonts/newpx/newpxdoc.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/fonts/newpx/newpxdoc.tex b/Master/texmf-dist/doc/fonts/newpx/newpxdoc.tex
index 4e13a35d6de..85abefbdecd 100644
--- a/Master/texmf-dist/doc/fonts/newpx/newpxdoc.tex
+++ b/Master/texmf-dist/doc/fonts/newpx/newpxdoc.tex
@@ -136,7 +136,7 @@ If you want full control, the options {\tt spacing, stretch, shrink} allow you t
\section{Usage with {\tt babel}}
-You should normally load {\tt babel} before loading {\tt newpxtext} in order for {\tt babel} to function as expected. {\tt Newpxtext} will set an internal flag to indicate that {\tt babel} is being used. Option \texttt{babel} should be used only if you are forced to load {\tt babel} after {\tt newpxtext}. There appears to be an incompatibility between parts of {\tt babel} and \verb|\AtEndPreamble|. If you use {\tt babel}, and a math package, you have to omit the {\tt osf} option and use the macro \verb|\useosf| after loading the math package if you want oldstyle figures in text mode and lining figures in math mode. For example:
+You should normally load {\tt babel} before loading {\tt newpxtext} in order for {\tt babel} to function as expected. {\tt Newpxtext} will set an internal flag to indicate that {\tt babel} is being used. Option \texttt{babel} should be used only if you are forced to load {\tt babel} after {\tt newpxtext}. There appears to be an incompatibility between parts of {\tt babel} and \verb|\AtEndPreamble|. If you use {\tt babel}, and a math package, you have to omit the {\tt osf} option and use the macro \verb|\useosf| after loading the math package if you want oldstyle figures in text mode and lining figures in math mode. A similar macro \verb|\useproportional| makes proportional figures the deafault outside math mode. For example:
\begin{verbatim}
\usepackage[greek.polutonico,english]{babel}
\usepackage[theoremfont,largesc,tighter]{newpxtext}
@@ -147,6 +147,7 @@ You should normally load {\tt babel} before loading {\tt newpxtext} in order for
\usepackage[bigdelims,vvarbb]{newpxmath}
% option vvarbb gives you stix blackboard bold
\useosf
+\useproportional
\linespread{1.05}
\end{verbatim}