From 07de95a03f907cd8fabead59558bbfa6da626680 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 8 Aug 2013 23:29:29 +0000 Subject: newtx (8aug13) git-svn-id: svn://tug.org/texlive/trunk@31391 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/newtx/README | 6 +++++- Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf | Bin 450356 -> 447354 bytes Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex | 25 ++++++++++++++++++++++--- 3 files changed, 27 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/doc/fonts/newtx') diff --git a/Master/texmf-dist/doc/fonts/newtx/README b/Master/texmf-dist/doc/fonts/newtx/README index b1f1ec9511f..55b220ce7b3 100644 --- a/Master/texmf-dist/doc/fonts/newtx/README +++ b/Master/texmf-dist/doc/fonts/newtx/README @@ -1,9 +1,13 @@ This package, 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.12 +Current version: 1.13 This material is subject to the LaTeX Project Public License. See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for the details of that license. +Changes in version 1.13 +1. Provides alternate versions of some math symbols. See newtxdoc.pdf for details. +2. Corrected behavior of scaled in newtxmath. + Changes in version 1.12: 1. Changed newtxtext.sty so that Helvetica is scaled by .9 times newtx scale in all cases. diff --git a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf index c88761e78ef..62c5daa6ad7 100644 Binary files a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf and b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf differ diff --git a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex index 3f70d6e344d..844f24d599e 100644 --- a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex +++ b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex @@ -88,7 +88,7 @@ allows you to use the forms \verb|\iint|, \verb|\iiint|, \verb|\iiiint| and \ver \item {\tt libaltvw} has effect only if the libertine option is selected---in this case, it substitutes for math italic v and w hand-crafted versions based on the Libertine upsilon glyphs. \item {largelibfigs} has effect only if the libertine option is selected---with this option, full-sized figures are substituted in math mode for the default Libertine figures, which are about 8\% below Libertine's Capheight. \end{itemize} -\textbf{IMPORTANT:} The Libertine text package is now once again {\tt libertine}, and requires arguments that are different from the original {\tt libertine} package. +\textbf{IMPORTANT:} The Libertine text package is now once again named {\tt libertine}, but requires arguments that are different from the original {\tt libertine} package. \textsc{Example 1:} \begin{verbatim} @@ -109,8 +109,8 @@ allows you to use the forms \verb|\iint|, \verb|\iiint|, \verb|\iiiint| and \ver \usepackage[libertine,cmintegrals,cmbraces,vvmathbb]{newtxmath} \usepackage[scr=rsfso]{mathalfa} \usepackage{bm}% load after all math to give access to bold math -%After loading math package, switch to osf in text -%The following 4 lines are required. This is not so obvious +%After loading math package, switch to osf in text, for which +% the following 4 lines are required. This is not so obvious. \makeatletter \def\libertine@figurestyle{OsF} %affects \libertine macro \makeatother @@ -118,6 +118,25 @@ allows you to use the forms \verb|\iint|, \verb|\iiint|, \verb|\iiiint| and \ver \end{verbatim} \textbf{Caution:} In encodings {\tt T1} and {\tt LY1}, the macro \verb|\mathrm| does not produce what you might expect for Greek letters, due to the difference between those encodings and {\tt OT1}. But what were you expecting with \verb|\mathrm{Gamma}| anyway? In {\tt T1} and {\tt LY1}, you'll get a math accent. +\section{Alternate forms of glyphs} +Several math glyphs have alternate forms: +\begin{center} + \begin{tabular}{@{} llll @{}} + \hline + Command & Result & Alternate Commands & Alternate Forms\\ + \hline + \verb|\emptyset| & $\emptyset$ & \verb|\varnothing, \emptysetAlt|& $\varnothing, \emptysetAlt$ \\ + \verb|\forall| & $\forall$ & \verb|\forallAlt| & $\forallAlt$ \\ + \verb|\exists| & $\exists$ & \verb|\existsAlt| & $\existsAlt$ \\ + \verb|\nexists| & $\nexists$ & \verb|\nexistsAlt| & $\nexistsAlt$ \\ + \hline + \end{tabular} +\end{center} +You should be aware that using \verb|\varnothing| requires loading AMSb.\\ +To use an alternate form throughout your document without changing all occurrencesvof the usual command, insert something like the following in your preamble after loading \texttt{newtxmath}: +\begin{verbatim} +\let\forall\forallAlt +\end{verbatim} \section{The {\tt minion} option} This option allows the use of MinionPro as math letters (Latin and Greek) within the math font, but there are some caveats: \begin{itemize} -- cgit v1.2.3