From 8f189a4893035ef699e505bba4872f4c6bfaf1fd Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 23 Jan 2017 22:18:31 +0000 Subject: newtx (23jan17) git-svn-id: svn://tug.org/texlive/trunk@43030 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/newtx/README | 6 +++++- Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf | Bin 450012 -> 450054 bytes Master/texmf-dist/tex/latex/newtx/newtxmath.sty | 7 +++++-- Master/texmf-dist/tex/latex/newtx/newtxtext.sty | 13 +++++++------ 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/Master/texmf-dist/doc/fonts/newtx/README b/Master/texmf-dist/doc/fonts/newtx/README index 11256d1a721..69a3269f281 100644 --- a/Master/texmf-dist/doc/fonts/newtx/README +++ b/Master/texmf-dist/doc/fonts/newtx/README @@ -1,10 +1,14 @@ 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.514 2016-11-18 +Current version: 1.515 2017-01-22 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.515 +1. Corrected definitions of \checkmark, \maltese, \circledR. +2. Improved the spacing of theoremfont, changing \topsep to \medskipamount. + Changes in version 1.514 Added code to support use of option baskerville to newtxmath, meant for math italic to accompany BaskervilleF. diff --git a/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf b/Master/texmf-dist/doc/fonts/newtx/newtxdoc.pdf index b3f7e0770c7..c62dfb2fdb7 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/tex/latex/newtx/newtxmath.sty b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty index 83c256dbf7e..57267412ea4 100644 --- a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty +++ b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty @@ -10,8 +10,8 @@ % of glyph collisions. % These modifications are by Michael Sharpe, msharpe at ucsd dot edu -\def\fileversion{1.514} -\def\filedate{2016/11/18} +\def\fileversion{1.515} +\def\filedate{2017/01/22} \ProvidesPackage{newtxmath}[\filedate\space v\fileversion ] \@ifundefined{newtxmathLoaded}{}{\endinput} @@ -1193,6 +1193,9 @@ $\hfil\displaystyle{#1}\hfil$\crcr% \re@DeclareMathSymbol{\lhd}{\mathbin}{AMSm}{195} % LaTeX symbol \re@DeclareMathSymbol{\unrhd}{\mathbin}{AMSm}{196} % LaTeX symbol \re@DeclareMathSymbol{\unlhd}{\mathbin}{AMSm}{197} % LaTeX symbol +\edef\checkmark{\noexpand\mathhexbox{\hexnumber@\symAMSm}D8} +\edef\circledR{\noexpand\mathhexbox{\hexnumber@\symAMSm}F2} +\edef\maltese{\noexpand\mathhexbox{\hexnumber@\symAMSm}FA} %%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Math Symbol B Definitions % AMSb diff --git a/Master/texmf-dist/tex/latex/newtx/newtxtext.sty b/Master/texmf-dist/tex/latex/newtx/newtxtext.sty index 2d7676e0b33..cb820a6fb81 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.5} -\def\filedate{2016/08/12} +\def\fileversion{1.515} +\def\filedate{2017/01/22} \ProvidesPackage{newtxtext}[\filedate\space v\fileversion] \message{`newtxtext' v\fileversion, \filedate\space Text macros taking advantage of TeX-Gyre Termes fonts (msharpe)} @@ -11,6 +11,7 @@ \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}} @@ -126,17 +127,17 @@ }% to get sup style \ifntx@thrm - \ifdefined\newtheoremstyle + %\ifdefined\newtheoremstyle \newtheoremstyle{plain} - {\topsep} % ABOVESPACE - {\topsep} % BELOWSPACE + {\medskipamount} % ABOVESPACE, was \topsep + {\medskipamount} % BELOWSPACE, was \topsep {\slshape} % BODYFONT--\slshape is defined to be \itshape with upright figures and punctuation {} % INDENT (empty value is the same as 0pt) {\bfseries} % HEADFONT--you may want to add \tlfstyle so the number is tab lining, regardless of text figure selection {.} % HEADPUNCT {5pt plus 1pt minus 1pt} % HEADSPACE {} % CUSTOM-HEAD-SPEC\newtheorem{thm}{Theorem}[section] - \fi% + %\fi% \fi %\DeclareTextFontCommand{\textsu}{\sustyle} %\def\@makefnmark{\ifx \thefootnote\orig@footnote \hbox{\sustyle\hspace*{.04em}\@thefnmark}\else\orig@makefnmark\fi} -- cgit v1.2.3