From b692eb65efb591db6c8b00e5ea44933f46edebef Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 10 Nov 2016 23:05:27 +0000 Subject: newtx (10nov16) git-svn-id: svn://tug.org/texlive/trunk@42480 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/newtx/README | 5 ++++- Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf | Bin 449907 -> 450012 bytes Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex | 4 ++-- 3 files changed, 6 insertions(+), 3 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 8f7b8d4d419..485f320dc30 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.512 2016-11-03 +Current version: 1.513 2016-11-10 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.513 +Changed availability of \BIx macros to work around conflicts with other packages. They may now be enabled with the option useBImacros, otherwise thay are disabled. + Changes in version 1.512 Corrected the definition of the math accent \vec, undefining it before its new definition. diff --git a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf index 0dfb78acc7d..b3f7e0770c7 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 2a39fa7160e..a9f5bb5b2e2 100644 --- a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex +++ b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex @@ -264,12 +264,12 @@ gives \bigskip \subsection{Bold Math Italic macros} -It can be a little awkward to specify bold math italic letters. This package defines macros of the form \verb|\BIA|---\verb|\BIz| that simplify this process, all based on the macro +It can be a little awkward to specify bold math italic letters without using the \texttt{bm} package, which may have some unintended consequences for some users. The option \texttt{useBImacros} enables the definitions of macros of the form \verb|\BIA|---\verb|\BIz| that may be used instead, all based on the macro \begin{verbatim} \DeclareRobustCommand{\BI@}[1]{% \begingroup\text{\mathversion{bold}$#1$}\endgroup} \end{verbatim} -Following this, the package defines, e.g., +following which, the package conditionally defines, e.g., \begin{verbatim} \DeclareRobustCommand{\BIA}{\BI@{A}} \end{verbatim} -- cgit v1.2.3