summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/fonts/newtxsf/README7
-rw-r--r--Master/texmf-dist/tex/latex/newtxsf/newtxsf.sty12
2 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/fonts/newtxsf/README b/Master/texmf-dist/doc/fonts/newtxsf/README
index 3c57661ff54..3c5571beae2 100644
--- a/Master/texmf-dist/doc/fonts/newtxsf/README
+++ b/Master/texmf-dist/doc/fonts/newtxsf/README
@@ -2,7 +2,12 @@ This small package provides a math package that amounts to modifications of the
http://www.ctan.org/license/lppl1.3
for the details of that license.
-Current version: 1.053 2020-10-03
+Current version: 1.054 2020-05-16
+
+Changes in version 1.054
+Modified the metric setting affexting \Big, \bigg and \Bigg so that they work as expected.
+(Thanks Yaosheng Chen for catching this problem.)
+
Changes in version 1.053
Added some newer features of newtxmath that were not included in prior versions of newtxsf. This package now has adaptive vector accents as well as special symbols for transpose and hermitian transpose. See the documentation of newtx for usage details.
diff --git a/Master/texmf-dist/tex/latex/newtxsf/newtxsf.sty b/Master/texmf-dist/tex/latex/newtxsf/newtxsf.sty
index a908967ac70..36525567127 100644
--- a/Master/texmf-dist/tex/latex/newtxsf/newtxsf.sty
+++ b/Master/texmf-dist/tex/latex/newtxsf/newtxsf.sty
@@ -2,8 +2,8 @@
%
% Michael Sharpe, msharpe at ucsd dot edu
-\def\fileversion{1.053}
-\def\filedate{2020/10/03}
+\def\fileversion{1.054}
+\def\filedate{2021/05/16}
\ProvidesPackage{newtxsf}
[\filedate\space v\fileversion]
@@ -142,10 +142,10 @@ amssymbols,uprightGreek}
\DeclareFontShape{LMX}{ntxexx}{bx}{n}{<->ssub ntxexx/b/n}{}
\DeclareSymbolFont{largesymbols}{LMX}{ntxexx}{m}{n}
\SetSymbolFont{largesymbols}{bold}{LMX}{ntxexx}{b}{n}
-\AtBeginDocument{\renewcommand{\Big}{\bBigg@{1.3}}
- \renewcommand{\bigg}{\bBigg@{1.73}}
- \renewcommand{\Bigg}{\bBigg@{2.16}}
-}
+%\AtBeginDocument{\renewcommand{\Big}{\bBigg@{1.3}}
+% \renewcommand{\bigg}{\bBigg@{1.73}}
+% \renewcommand{\Bigg}{\bBigg@{2.16}}
+%}
%%%%%%%%%%%%%%%%%%%%
% Math Extension A %