diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-12 21:54:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-12 21:54:04 +0000 |
commit | e639dabce744b5b7fc1a73bbb2af500dbfc76a16 (patch) | |
tree | 31e7d807251b376ffd3563891379cdc2d759c95d /Master/texmf-dist/doc/fonts/newtx | |
parent | 71ebcc5f266bf02265eb99627754c00b11b95024 (diff) |
newtx (12mar17)
git-svn-id: svn://tug.org/texlive/trunk@43478 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/newtx')
-rw-r--r-- | Master/texmf-dist/doc/fonts/newtx/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf | bin | 450389 -> 449823 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex | 15 |
3 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/fonts/newtx/README b/Master/texmf-dist/doc/fonts/newtx/README index e9ac53a7c0f..a75bb9aa5ac 100644 --- a/Master/texmf-dist/doc/fonts/newtx/README +++ b/Master/texmf-dist/doc/fonts/newtx/README @@ -1,10 +1,13 @@ This package, initially based on txfonts, provides many fixes and enhancements to the txfonts package, splitting it into two separate packages---newtxtext and newtxmath, which may be run independently of one another. It provides scaling, improved metrics, and other options. In particular, newtxmath offers a libertine option which substitutes Linux Libertine (provided with TeXLive and MikTeX) italic and Greek letters for the default Times letters, providing a good match for the Libertine text font, which is heavier than Computer Modern but lighter than Times, and in my experience, looks very sharp and clear on the screen. -Current version: 1.52 2017-03-08 +Current version: 1.521 2017-03-11 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.521 +Modified newtxtext.sty so that text figure styles are selected always in the \AtEndPreamble hook. (Formerly, using babel would prevent this.) + Changes in version 1.52 Corrected some metadata items in the otf files. diff --git a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf Binary files differindex c948bc10fa4..5ca124d59c2 100644 --- a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf +++ b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf diff --git a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex index 5a23fb4877b..7a925ca2e53 100644 --- a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex +++ b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex @@ -84,25 +84,22 @@ to load the roman and typewriter text fonts at 93\% of normal size, and the sans \end{verbatim} load roman and typewriter text fonts at 95\% of normal size, and the sans serif (\textsf{Helvetica} clone) at scale $0.95*0.96$. -The option \texttt{osf} instructs the text fonts to use old-style figures \oldstylenums{1234567890} rather than the default lining figures $1234567890$. As of version $1.23$, {\tt newtxtext} loads initially with lining figures so the math package uses lining figures in math mode. The option {\tt osf} changes the default to old-style figures in text at the very end of the preamble, forcing the use of old-style figures in text, but not math. In previous versions, it was necessary to run -\verb|\useosf| after loading {\tt newtxmath}. This is no longer required except in the circumstances described below. +The option \texttt{osf} instructs the text fonts to use old-style figures \oldstylenums{1234567890} rather than the default lining figures $1234567890$. As of version $1.23$, {\tt newtxtext} loads initially with lining figures so the math package uses lining figures in math mode. The option {\tt osf} changes the default to old-style figures in text at the very end of the preamble, forcing the use of old-style figures in text, but not math. In earlier versions, it was necessary to run +\verb|\useosf| after loading {\tt newtxmath}. This is no longer required. If you use the {\tt babel} package, you should load it before {\tt newtxtext}---for example: -%may receive puzzling error messages if you used a preamble containing \begin{verbatim} \usepackage[<babel options>]{babel} \usepackage[osf]{newtxtext} -% works as expected if no math package loaded \end{verbatim} -If you want to use {\tt babel} and a math package, you have to be aware of an incompatibility between some {\tt babel} code and the {\tt etoolbox} command \verb|\AtEndPreamble|. In this case, use instead the more cumbersome form: +More generally, the pattern of the preamble should be: \begin{verbatim} <encoding options> [optional] \usepackage{substitutefont} % so you can change babel's fonts -\usepackage[<babel options>]{babel} -\usepackage{newtxtext} +[optional] \usepackage[<babel options>]{babel} +\usepackage[p,osf]{newtxtext}% osf in text, lining figures in math <other font loading commands> \usepackage{newtxmath} -\useosf % must immediately follow math package <substitutefont commands> \end{verbatim} Here is a specific example following this pattern. @@ -111,7 +108,7 @@ Here is a specific example following this pattern. \usepackage[utf8]{inputenc} % \usepackage{substitutefont} % so we can use fonts other than those in babel \usepackage[greek.polutoniko,english]{babel} -\usepackage[largesc]{newtxtext} % +\usepackage[largesc,osf]{newtxtext} % \usepackage[varqu,varl]{zi4}% inconsolata \usepackage{cabin}% sans serif \usepackage[vvarbb]{newtxmath} |