summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-11-05 22:12:48 +0000
committerKarl Berry <karl@freefriends.org>2020-11-05 22:12:48 +0000
commit360f611e64d076c5b915eaf8e769665a482c0d08 (patch)
treed29192d490ce8793ca51681952cb236bdf927876 /Master
parent53f260e2dd85db5d29cd6f861ad49a23c2ed06f1 (diff)
libertinust1math (5nov20)
git-svn-id: svn://tug.org/texlive/trunk@56861 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/fonts/libertinust1math/README5
-rw-r--r--Master/texmf-dist/tex/latex/libertinust1math/libertinust1math.sty6
2 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/fonts/libertinust1math/README b/Master/texmf-dist/doc/fonts/libertinust1math/README
index d9abf1d2aa4..04ead56f2f2 100644
--- a/Master/texmf-dist/doc/fonts/libertinust1math/README
+++ b/Master/texmf-dist/doc/fonts/libertinust1math/README
@@ -6,7 +6,10 @@ 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.1 2020-06-10
+Current version 1.2.2 2020-11-04
+
+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.)
Changes in version 1.2.1
Fixed a conflict between amsmath and libertinust1math affecting extended arrows. (Thanks Davide Campagnari.)
diff --git a/Master/texmf-dist/tex/latex/libertinust1math/libertinust1math.sty b/Master/texmf-dist/tex/latex/libertinust1math/libertinust1math.sty
index 4f0ddf57115..c78a2a0846a 100644
--- a/Master/texmf-dist/tex/latex/libertinust1math/libertinust1math.sty
+++ b/Master/texmf-dist/tex/latex/libertinust1math/libertinust1math.sty
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-\def\fileversion{1.2.1}
-\def\filedate{2020/06/10}
+\def\fileversion{1.2.2}
+\def\filedate{2020/11/04}
\ProvidesPackage{libertinust1math}
[\filedate\space v\fileversion---latex support for LibertinusT1Math (msharpe)]
@@ -1289,7 +1289,7 @@
\libus@MathSymbol{\Swarrow} {\mathrel}{symbols}{"FB}
\libus@MathSymbol{\Mapsfrom} {\mathord}{symbols}{"FC}
-\libus@MathSymbol{\smwhtcircle} {\mathord}{symbols}{"FD} \let\circ=\smwhtcircle
+\libus@MathSymbol{\smwhtcircle} {\mathbin}{symbols}{"FD} \let\circ=\smwhtcircle
\libus@MathSymbol{\smwhtdiamond} {\mathbin}{symbols}{"FE}
\let\diamond=\smwhtdiamond
\libus@MathSymbol{\Mapsto} {\mathord}{symbols}{"FF}