summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-16 20:39:50 +0000
committerKarl Berry <karl@freefriends.org>2021-05-16 20:39:50 +0000
commit57cb32b3ca3d18e1f512b626adf7e1c28df64ad6 (patch)
treebe2a48c703d9339772dfa8f5bbdd29bcf094d6ef /Master/texmf-dist
parent248607bb023f6076034784addb5070ed1f6ef843 (diff)
newtxsf (16may21)
git-svn-id: svn://tug.org/texlive/trunk@59227 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-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 %