diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-30 23:31:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-30 23:31:14 +0000 |
commit | 1748f60fe3fb5a9b4f0e566b66a86b643285c903 (patch) | |
tree | e172a9182abec5cf4a968e3addf9f450a7e27e93 /Master | |
parent | ff65a27ebe677247f26e1c6f4b82056716ef75aa (diff) |
newtx (30jan17)
git-svn-id: svn://tug.org/texlive/trunk@43094 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/fonts/newtx/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/newtx/newtxtext.sty | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/fonts/newtx/README b/Master/texmf-dist/doc/fonts/newtx/README index 69a3269f281..4a058a8becd 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.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. diff --git a/Master/texmf-dist/tex/latex/newtx/newtxtext.sty b/Master/texmf-dist/tex/latex/newtx/newtxtext.sty index cb820a6fb81..bc9e52d7b77 100644 --- a/Master/texmf-dist/tex/latex/newtx/newtxtext.sty +++ b/Master/texmf-dist/tex/latex/newtx/newtxtext.sty @@ -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@makefnmark=\@makefnmark \newdimen\ntx@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@figurestyle{osf}} @@ -127,7 +126,7 @@ }% to get sup style \ifntx@thrm - %\ifdefined\newtheoremstyle + \RequirePackage{amsmath,amsthm} % in case of theoremfont \newtheoremstyle{plain} {\medskipamount} % ABOVESPACE, was \topsep {\medskipamount} % BELOWSPACE, was \topsep |