texlive[43094] Master/texmf-dist: newtx (30jan17)

commits+karl at tug.org commits+karl at tug.org
Tue Jan 31 00:31:14 CET 2017


Revision: 43094
          http://tug.org/svn/texlive?view=revision&revision=43094
Author:   karl
Date:     2017-01-31 00:31:14 +0100 (Tue, 31 Jan 2017)
Log Message:
-----------
newtx (30jan17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/fonts/newtx/README
    trunk/Master/texmf-dist/tex/latex/newtx/newtxtext.sty

Modified: trunk/Master/texmf-dist/doc/fonts/newtx/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/newtx/README	2017-01-30 23:30:49 UTC (rev 43093)
+++ trunk/Master/texmf-dist/doc/fonts/newtx/README	2017-01-30 23:31:14 UTC (rev 43094)
@@ -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.515 2017-01-22
+Current version: 1.516 2017-01-30
 
 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.516
+Corrected an incompatibility with ntheorem package.
+
 Changes in version 1.515
 1. Corrected definitions of \checkmark, \maltese, \circledR. 
 2. Improved the spacing of theoremfont, changing \topsep to \medskipamount.

Modified: trunk/Master/texmf-dist/tex/latex/newtx/newtxtext.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/newtx/newtxtext.sty	2017-01-30 23:30:49 UTC (rev 43093)
+++ trunk/Master/texmf-dist/tex/latex/newtx/newtxtext.sty	2017-01-30 23:31:14 UTC (rev 43094)
@@ -1,7 +1,7 @@
 \NeedsTeXFormat{LaTeX2e}
 
-\def\fileversion{1.515}
-\def\filedate{2017/01/22}
+\def\fileversion{1.516}
+\def\filedate{2017/01/30}
 \ProvidesPackage{newtxtext}[\filedate\space v\fileversion]
 
 \message{`newtxtext' v\fileversion, \filedate\space Text macros taking advantage of TeX-Gyre Termes fonts (msharpe)}
@@ -11,7 +11,6 @@
 \let\orig at makefnmark=\@makefnmark
 \newdimen\ntx at fs
 \RequirePackage{xkeyval,etoolbox}
-\RequirePackage{amsmath,amsthm} % in case of theoremfont
 \renewcommand*{\rmdefault}{ntxtlf} % always TLF for math
 \renewcommand*{\familydefault}{\rmdefault}
 \def\useosf{\edef\ntx at figurestyle{osf}}
@@ -127,7 +126,7 @@
 }% to get sup style
 
 \ifntx at thrm
-	%\ifdefined\newtheoremstyle
+	\RequirePackage{amsmath,amsthm} % in case of theoremfont
 	\newtheoremstyle{plain}
 	{\medskipamount}   % ABOVESPACE, was \topsep
     {\medskipamount}   % BELOWSPACE, was \topsep



More information about the tex-live-commits mailing list