diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-31 22:45:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-31 22:45:55 +0000 |
commit | edd2ef74ae7ba26589cde2f4889dd1802fceb49f (patch) | |
tree | 3c1baf439744eafc9553ef55ebe39676e5cc6885 /Master/texmf-dist/tex | |
parent | de77475851d7b580126fd8e0462aedd815ce19ba (diff) |
newtx (31jan17)
git-svn-id: svn://tug.org/texlive/trunk@43106 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/newtx/newtxmath.sty | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/newtx/newtxtext.sty | 27 |
2 files changed, 19 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty index 57267412ea4..a738302343d 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.515} -\def\filedate{2017/01/22} +\def\fileversion{1.517} +\def\filedate{2017/01/30} \ProvidesPackage{newtxmath}[\filedate\space v\fileversion ] \@ifundefined{newtxmathLoaded}{}{\endinput} @@ -89,6 +89,8 @@ \DeclareOption{garamondx}{\tx@gmtrue\tx@ntxmathfalse\tx@otfalse} \DeclareOption{baskerville}{\tx@batrue\tx@ntxmathfalse} \DeclareOption{Baskerville}{\tx@batrue\tx@ntxmathfalse} +\DeclareOption{baskervillef}{\tx@batrue\tx@ntxmathfalse} +\DeclareOption{BaskervilleF}{\tx@batrue\tx@ntxmathfalse} \DeclareOption{baskervaldx}{\tx@bvtrue\tx@ntxmathfalse\tx@otfalse} \DeclareOption{Baskervaldx}{\tx@bvtrue\tx@ntxmathfalse\tx@otfalse} \DeclareOption{utopia}{\tx@uttrue\tx@ntxmathfalse\tx@otfalse} diff --git a/Master/texmf-dist/tex/latex/newtx/newtxtext.sty b/Master/texmf-dist/tex/latex/newtx/newtxtext.sty index bc9e52d7b77..49f5c4bbc4e 100644 --- a/Master/texmf-dist/tex/latex/newtx/newtxtext.sty +++ b/Master/texmf-dist/tex/latex/newtx/newtxtext.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} -\def\fileversion{1.516} +\def\fileversion{1.517} \def\filedate{2017/01/30} \ProvidesPackage{newtxtext}[\filedate\space v\fileversion] @@ -126,17 +126,20 @@ }% to get sup style \ifntx@thrm - \RequirePackage{amsmath,amsthm} % in case of theoremfont - \newtheoremstyle{plain} - {\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% + %\RequirePackage{amsmath,amsthm} % in case of theoremfont + \ifdefined\newtheoremstyle %amsthm and ntheorem, not theorem.sty + \@ifpackageloaded{ntheorem}\relax{% + \newtheoremstyle{plain} + {\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] + } % end @ifpackageloaded + \fi% \fi %\DeclareTextFontCommand{\textsu}{\sustyle} %\def\@makefnmark{\ifx \thefootnote\orig@footnote \hbox{\sustyle\hspace*{.04em}\@thefnmark}\else\orig@makefnmark\fi} |