texlive[60497] Master/texmf-dist/doc/fonts/newtx: newtx (13sep21)

commits+karl at tug.org commits+karl at tug.org
Mon Sep 13 22:07:45 CEST 2021


Revision: 60497
          http://tug.org/svn/texlive?view=revision&revision=60497
Author:   karl
Date:     2021-09-13 22:07:45 +0200 (Mon, 13 Sep 2021)
Log Message:
-----------
newtx (13sep21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/fonts/newtx/README
    trunk/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf
    trunk/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex

Modified: trunk/Master/texmf-dist/doc/fonts/newtx/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/newtx/README	2021-09-13 20:06:46 UTC (rev 60496)
+++ trunk/Master/texmf-dist/doc/fonts/newtx/README	2021-09-13 20:07:45 UTC (rev 60497)
@@ -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.656 2021-09-01
+Current version: 1.657 2021-09-12
 
 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.657
+Corrections to examples in documentation, mostly about loading amsmath before amsthm. (Thanks Maurice Hansen.)
+
 Changes in version 1.656
 1. Replaced the former macro \textin from newtxtext.sty which was supposed to render its argument in denominator style, but is incompatible with hyperref which changes it to point to U+2208. The replacement is named \textinf, though \textde also works.
 2. Added lower case letters as well as dotlessi and dotlessj to the old Blackboard Bold alphabet addressed by option varbb. See the font table for lettersA in the documentation.

Modified: trunk/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex	2021-09-13 20:06:46 UTC (rev 60496)
+++ trunk/Master/texmf-dist/doc/fonts/newtx/newtxdoc.tex	2021-09-13 20:07:45 UTC (rev 60497)
@@ -16,6 +16,7 @@
 \usepackage{fonttable}
 %SetFonts
 % newtxtext text and newtxmath
+\usepackage{amsmath} % must load before amsthm
 \usepackage{amsthm}
 \newtheoremstyle{oldplain}
   {\topsep}   % ABOVESPACE
@@ -356,6 +357,7 @@
 \usepackage[T1]{fontenc} % best for Western European languages
 \usepackage{textcomp} % required to get special symbols
 \usepackage[varqu,varl]{inconsolata}% a typewriter font must be defined
+\usepackage{amsmath}% must be loaded before amsthm, if using
 \usepackage{amsthm}% must be loaded before newtxmath
 \usepackage[libertine,vvarbb]{newtxmath}
 \usepackage[scr=rsfso]{mathalfa}
@@ -388,6 +390,7 @@
 \usepackage[T1]{fontenc}
 \usepackage[scaled=.85]{beramono}% used only by \mathtt
 \usepackage[type1]{cabin}% used only by \mathsf
+\usepackage{amsmath}% must be loaded before amsthm, if using
 \usepackage{amsthm}% must be loaded before newtxmath
 \usepackage[libertine]{newtxmath}
 % loads minlibertine because no other Roman text package was specified
@@ -408,6 +411,7 @@
 \renewcommand{\rmdefault}{fbb-LF}% Roman font for use in math mode
 \usepackage[scaled=.85]{beramono}% used only by \mathtt
 \usepackage[type1]{cabin}% used only by \mathsf
+\usepackage{amsmath}% must be loaded before amsthm, if using
 \usepackage{amsthm}% load before newtxmath
 \usepackage[libertine,vvarbb]{newtxmath}
 % does not load minlibertine because another Roman text package was specified
@@ -441,8 +445,16 @@
 As of version 1.5, the old {\tt txfonts} versions of \verb|\forall|, \verb|\exists| and \verb|\nexists| have been removed and the {\tt Alt} versions substituted. Both \verb|\forall| and \verb|\forallAlt| generate $\forall$, and similarly with \verb|\exists| and \verb|\nexists|.
 
 \section{Conformity with amsmath}
-The {\tt newtxmath} package now contains a \verb|\RequirePackage{amsmath}|, as it uses a number of the macros defined there. To pass options to {\tt amsmath}, you can pass the options as options to \verb|\documentclass|. For example,
+The {\tt newtxmath} package now contains a \verb|\RequirePackage{amsmath}|, as it uses a number of the macros defined there. Note though that if you wish to use {\tt amsthm}, then you must load them in the following order:
 \begin{verbatim}
+\usepackage{newtxtext}
+...
+\usepackage{amsmath} 
+\usepackage{amsthm}
+\usepackage{newtxmath}
+\end{verbatim}
+To pass options to {\tt amsmath}, you can pass the options as options to \verb|\documentclass|. For example,
+\begin{verbatim}
 \documentclass[11pt,intlimits]{article}
 \usepackage{newtxtext}
 \usepackage{newtxmath}
@@ -972,6 +984,7 @@
 \usepackage[T1]{fontenc} % best for Western European languages
 \usepackage{textcomp} % required to get special symbols
 \usepackage[varqu,varl]{inconsolata}% a typewriter font must be defined
+\usepackage{amsmath}% must be loaded before amsthm, if using
 \usepackage{amsthm}% must be loaded before newtxmath
 \usepackage[ebgaramond,vvarbb,subscriptcorrection]{newtxmath} % STIX Bbb
 \usepackage{bm}% load after all math to give access to bold math



More information about the tex-live-commits mailing list.