summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-05-17 03:02:10 +0000
committerNorbert Preining <norbert@preining.info>2021-05-17 03:02:10 +0000
commitd999da47ff375df843c0c9bbfd5911236dd9d40a (patch)
tree5db62e278d67073330a7237b273091634eccf365 /fonts
parent2fc2609488764102ce43194e9288b7bd8e25f17f (diff)
CTAN sync 202105170302
Diffstat (limited to 'fonts')
-rw-r--r--fonts/libertinust1math/README6
-rw-r--r--fonts/libertinust1math/tex/libertinust1math.sty10
-rw-r--r--fonts/newtxsf/README7
-rw-r--r--fonts/newtxsf/tex/newtxsf.sty12
4 files changed, 23 insertions, 12 deletions
diff --git a/fonts/libertinust1math/README b/fonts/libertinust1math/README
index 04ead56f2f..3269f20bce 100644
--- a/fonts/libertinust1math/README
+++ b/fonts/libertinust1math/README
@@ -6,7 +6,11 @@ The LibertinusT1Math font a Type1 font (accompanied by LaTeX support files) deri
The LibertinusT1Math font is available under the terms of Open Font License version
1.1, and the support files are released under the LPPL.
-Current version 1.2.2 2020-11-04
+Current version 1.2.3 2021-05-16
+
+Changes in version 1.2.3
+1. Modified the sty file to increase script and scriptscript sizes, which were too small in some cases.
+2. Modified the code in the sty file affecting the behavior of \bigg and \Bigg so they work as expected.
Changes in version 1.2.2
Changed the type of \smwhtcircle, and thereby \circ, from \mathord to \mathbin, matching that in fontmath.ltx. (Thanks Gijs Pennings.)
diff --git a/fonts/libertinust1math/tex/libertinust1math.sty b/fonts/libertinust1math/tex/libertinust1math.sty
index c78a2a0846..cffe34bad4 100644
--- a/fonts/libertinust1math/tex/libertinust1math.sty
+++ b/fonts/libertinust1math/tex/libertinust1math.sty
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-\def\fileversion{1.2.2}
-\def\filedate{2020/11/04}
+\def\fileversion{1.2.3}
+\def\filedate{2021/05/16}
\ProvidesPackage{libertinust1math}
[\filedate\space v\fileversion---latex support for LibertinusT1Math (msharpe)]
@@ -1294,10 +1294,12 @@
\let\diamond=\smwhtdiamond
\libus@MathSymbol{\Mapsto} {\mathord}{symbols}{"FF}
%
-\DeclareMathSizes{10}{10}{8}{6.5}
+%\DeclareMathSizes{10}{10}{8}{6.5}
+\def\defaultscriptratio{0.8}
+\def\defaultscriptscriptratio{0.65}
\AtBeginDocument{
% \renewcommand{\big}{\bBigg@{1.2}}
-% \renewcommand{\Bigg}{\bBigg@{2.7}}
+ \renewcommand{\Bigg}{\bBigg@{2.55}}
\let\dotsb@\@cdots
\let\dotsb\cdots
\let\dotsm\cdots
diff --git a/fonts/newtxsf/README b/fonts/newtxsf/README
index 3c57661ff5..3c5571beae 100644
--- a/fonts/newtxsf/README
+++ b/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/fonts/newtxsf/tex/newtxsf.sty b/fonts/newtxsf/tex/newtxsf.sty
index a908967ac7..3652556712 100644
--- a/fonts/newtxsf/tex/newtxsf.sty
+++ b/fonts/newtxsf/tex/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 %