diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-19 22:39:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-19 22:39:13 +0000 |
commit | 029e1cf653d4e4a38b8c8297283655ad807d7600 (patch) | |
tree | 4e0a69810b0f092bb780bc2f07d140cba354b755 /Master/texmf-dist/doc/fonts/newpx/newpxdoc.tex | |
parent | 89b2ebca12f7c21e65f7d13976b1c114afc98062 (diff) |
newpx (19oct13)
git-svn-id: svn://tug.org/texlive/trunk@31949 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.tex | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/fonts/newpx/newpxdoc.tex b/Master/texmf-dist/doc/fonts/newpx/newpxdoc.tex index ae537380846..c2e6b378f4a 100644 --- a/Master/texmf-dist/doc/fonts/newpx/newpxdoc.tex +++ b/Master/texmf-dist/doc/fonts/newpx/newpxdoc.tex @@ -62,17 +62,21 @@ The text mode environment invoked by \begin{verbatim} \usepackage{newpxtext} \end{verbatim} -has two options: you may write +has three options: you may write \begin{verbatim} \usepackage[scaled=.95]{newpxtext} \end{verbatim} -to load the roman and typewriter text fonts at 95\% of normal size, and the sans serif (\textsf{Helvetica} clone) at scale $0.95*0.93$. This is not of much utility if the package is used with the math package {\tt newpxmath} to which it is already matched, but may be with other math packages. The option \texttt{osf} instructs the text fonts to use old-style figures \oldstylenums{1234567890} rather than the default lining figures $1234567890$. +to load the roman and typewriter text fonts at 95\% of normal size, and the sans serif (\textsf{Helvetica} clone) at scale $0.95*0.93$. This is not of much utility if the package is used with the math package {\tt newpxmath} to which it is already matched, but may be with other math packages. +The option \texttt{osf} instructs the text fonts to use old-style figures \oldstylenums{1234567890} rather than the default lining figures $1234567890$. The package contains a macro \verb|\useosf| which is shorthand for \begin{verbatim} \renewcommand*{\rmdefault}{zplj} \end{verbatim} which, when issued after loading the math package, resets the text mode to use oldstyle figures rather than lining figures. + +Option {\tt defaultsups} (same effect as {\tt defaultsups=true}) forces the package to use the \LaTeX\ default footnote markers (or, at least, those in force when the package is loaded) instead of preferred by the package---Palatino (clone) superior figures instead of spindly ordinary Palatino lining figures reduced to about 70\%. (Footnote markers in minipages use the default lowercase alphabetic characters, unless otherwise specified by redefining \verb|\thempfootnote|.) For better control over position and size of footnote markers, use the {\tt superiors} package after loading {\tt newpxtext}. + \section{Math mode options} The package invoked by \begin{verbatim} |