diff options
author | Karl Berry <karl@freefriends.org> | 2015-05-04 23:32:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-05-04 23:32:30 +0000 |
commit | 1b036f2b1ea41303cd93846bdb9b66744acf5ea7 (patch) | |
tree | 49fc90b67784cbfc54b397f2027883fa679dcf08 /Master/texmf-dist/doc/fonts/newtx | |
parent | 3ee992c5b57b9e277936e05cc04d970191fa68c0 (diff) |
newtx (4may15)
git-svn-id: svn://tug.org/texlive/trunk@37185 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/newtx')
-rw-r--r-- | Master/texmf-dist/doc/fonts/newtx/README | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf | bin | 384033 -> 385024 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex | 19 |
3 files changed, 25 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/fonts/newtx/README b/Master/texmf-dist/doc/fonts/newtx/README index 0fa395e86c1..14bc47c8fd5 100644 --- a/Master/texmf-dist/doc/fonts/newtx/README +++ b/Master/texmf-dist/doc/fonts/newtx/README @@ -1,10 +1,15 @@ 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.436 2015-04-27 +Current version: 1.437 2015-05-01 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.437 +1. Added possibility of word spacing changes with options tighter, looser, spacing, stretch and shrink. +2. Minor changes to .sty files. + Changes in version 1.436 Added encoding files ntx-*th*.enc that had been misplaced in newpx. diff --git a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf Binary files differindex d86b5ee368a..485799bcc19 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 a4083b32052..c947e368a6b 100644 --- a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex +++ b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex @@ -110,6 +110,25 @@ Compare this to traditional {\tt plain} theoremstyle with the same text: \begin{oldthm} This is Theorem Italic: text numbers are upright---12345; punctuation is in many cases upright (also, parens, braces \{\} and brackets []). What about question marks and exclamations? Also upright! [These fit better with math mode punctuation and figures, like: for all $x\in[0,1]$, let $f(x)\coloneq \exp(\alpha x)$]. \end{oldthm} +\section{Spacing issues} +This new version of {\tt newtxtext} has spacing that is a little different, in its default state, from that of the old {\tt newtxtext}. In small part this is due to the finer kerning of TeXGyre Termes, but mostly because the three parameters that govern inter-word spacing are not the same. +\begin{verbatim} + txfonts Termes +fontdimen2 (interword space) .25em .25em +fontdimen3 (interword stretch) .15em .2em +fontdimen4 (interword shrink) .06em .1em +\end{verbatim} +That is, {\tt Termes} has the same normal spacing as {\tt txfonts} but its spacing is more flexible in terms of both stretch and shrink. More frequently than not, a paragraph built with {\tt Termes} will occupy more space than the same built with {\tt txfonts}. For this reason, the package offers some ways to change the spacing parameters. This may be important if you are trying to imitate the pagination of a document built using~{\tt txfonts}. + +Option {\tt tighter} sets the three fontdimen values to those of {\tt txfonts}. + +Option {\tt looser} sets the three fontdimen values to \verb|{.3em,.2em,.1em}| respectively. + +If you want full control, the options {\tt spacing, stretch, shrink} allow you to modify one or more of the above fontdimens. For example, +\begin{verbatim} +\usepackage[stretch=.15em,shrink=.095em]{newtxtext} +\end{verbatim} + \section{Math mode options} The package invoked by \begin{verbatim} |