summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-01-23 22:18:31 +0000
committerKarl Berry <karl@freefriends.org>2017-01-23 22:18:31 +0000
commit8f189a4893035ef699e505bba4872f4c6bfaf1fd (patch)
tree4926200fa24aeddcc871abc37aa36278a1714130 /Master/texmf-dist/tex
parent92e3d8c50bf2e01a0887a86b0873d34e5eac3018 (diff)
newtx (23jan17)
git-svn-id: svn://tug.org/texlive/trunk@43030 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/newtx/newtxmath.sty7
-rw-r--r--Master/texmf-dist/tex/latex/newtx/newtxtext.sty13
2 files changed, 12 insertions, 8 deletions
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}