summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
Diffstat (limited to 'fonts')
-rw-r--r--fonts/libertinust1math/README5
-rw-r--r--fonts/libertinust1math/tex/libertinust1math.sty118
2 files changed, 65 insertions, 58 deletions
diff --git a/fonts/libertinust1math/README b/fonts/libertinust1math/README
index 3f8417f3ff..d9abf1d2aa 100644
--- a/fonts/libertinust1math/README
+++ b/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.0 2020-05-29
+Current version 1.2.1 2020-06-10
+
+Changes in version 1.2.1
+Fixed a conflict between amsmath and libertinust1math affecting extended arrows. (Thanks Davide Campagnari.)
Changes in version 1.2.0
Corrected mismatch between math extension glyphs related to \vert and \Vert relative to other large delimiters. (Thanks Davide Campagnari.)
diff --git a/fonts/libertinust1math/tex/libertinust1math.sty b/fonts/libertinust1math/tex/libertinust1math.sty
index ab29f7d91b..4f0ddf5711 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.0}
-\def\filedate{2020/05/29}
+\def\fileversion{1.2.1}
+\def\filedate{2020/06/10}
\ProvidesPackage{libertinust1math}
[\filedate\space v\fileversion---latex support for LibertinusT1Math (msharpe)]
@@ -781,59 +781,63 @@
\def\overbracket#1{\libus@overbrace{bracket}{#1}}
}
}
-\libus@MathSymbol{\arrowaccentex} {\mathord}{letters}{"99}
-\libus@MathSymbol{\harpoonaccentlt}{\mathord}{letters}{"8F}
-\libus@MathSymbol{\harpoonaccentrt}{\mathord}{letters}{"90}
-\libus@MathSymbol{\arrowaccentlt} {\mathord}{letters}{"91}
-\libus@MathSymbol{\arrowaccentrt} {\mathord}{letters}{"92}
-\def\libus@arrowaccentglue{\hskip -.23em plus .01em}
-\def\overleftarrowfill{$\m@th%
- \arrowaccentlt\libus@arrowaccentglue%
- \cleaders\hbox{$\arrowaccentex$}\hfill$}
-\def\overrightarrowfill{$\m@th%
- \cleaders\hbox{$\arrowaccentex$}\hfill%
- \libus@arrowaccentglue\arrowaccentrt$}
-\def\overleftrightarrowfill{$\m@th%
- \arrowaccentlt\libus@arrowaccentglue%
- \cleaders\hbox{$\arrowaccentex$}\hfill%
- \libus@arrowaccentglue\arrowaccentrt$}
-\def\overleftharpoonfill{$\m@th%
- \harpoonaccentlt\libus@arrowaccentglue%
- \cleaders\hbox{$\arrowaccentex$}\hfill$}
-\def\overrightharpoonfill{$\m@th%
- \cleaders\hbox{$\arrowaccentex$}\hfill%
- \libus@arrowaccentglue\harpoonaccentrt$}
-\def\libus@overarrow#1#2#3{%
- \vbox {%
- \m@th%
- \ialign{##\crcr%
- \csname over#1fill\endcsname\crcr%
- \noalign{\kern -1ex\nointerlineskip}%
- $\hfil#2#3\hfil$\crcr%
- }%
- }%
-}
-\def\libus@underarrow#1#2#3{
- \vtop {%
- \m@th%
- \ialign{##\crcr%
- $\hfil#2#3\hfil$\crcr%
- \noalign{\kern .2ex\nointerlineskip}%
- \csname over#1fill\endcsname\crcr%
- \noalign{\kern -1ex\nointerlineskip}%
- }%
- }%
-}
-\def\overleftarrow{\mathpalette{\libus@overarrow{leftarrow}}}
-\def\overrightarrow{\mathpalette{\libus@overarrow{rightarrow}}}
-\def\overleftrightarrow{\mathpalette{\libus@overarrow{leftrightarrow}}}
-\def\overleftharpoon{\mathpalette{\libus@overarrow{leftharpoon}}}
-\def\overrightharpoon{\mathpalette{\libus@overarrow{rightharpoon}}}
-\def\underleftarrow{\mathpalette{\libus@underarrow{leftarrow}}}
-\def\underrightarrow{\mathpalette{\libus@underarrow{rightarrow}}}
-\def\underleftrightarrow{\mathpalette{\libus@underarrow{leftrightarrow}}}
-\def\underleftharpoon{\mathpalette{\libus@underarrow{leftharpoon}}}
-\def\underrightharpoon{\mathpalette{\libus@underarrow{rightharpoon}}}
+
+%%%%%%%%%%% Begin removed code in favor of ams
+%\libus@MathSymbol{\arrowaccentex} {\mathord}{letters}{"99}
+%\libus@MathSymbol{\harpoonaccentlt}{\mathord}{letters}{"8F}
+%\libus@MathSymbol{\harpoonaccentrt}{\mathord}{letters}{"90}
+%\libus@MathSymbol{\arrowaccentlt} {\mathord}{letters}{"91}
+%\libus@MathSymbol{\arrowaccentrt} {\mathord}{letters}{"92}
+%\def\libus@arrowaccentglue{\hskip -.23em plus .01em}
+%\def\overleftarrowfill{$\m@th%
+% \arrowaccentlt\libus@arrowaccentglue%
+% \cleaders\hbox{$\arrowaccentex$}\hfill$}
+%\def\overrightarrowfill{$\m@th%
+% \cleaders\hbox{$\arrowaccentex$}\hfill%
+% \libus@arrowaccentglue\arrowaccentrt$}
+%\def\overleftrightarrowfill{$\m@th%
+% \arrowaccentlt\libus@arrowaccentglue%
+% \cleaders\hbox{$\arrowaccentex$}\hfill%
+% \libus@arrowaccentglue\arrowaccentrt$}
+%\def\overleftharpoonfill{$\m@th%
+% \harpoonaccentlt\libus@arrowaccentglue%
+% \cleaders\hbox{$\arrowaccentex$}\hfill$}
+%\def\overrightharpoonfill{$\m@th%
+% \cleaders\hbox{$\arrowaccentex$}\hfill%
+% \libus@arrowaccentglue\harpoonaccentrt$}
+%\def\libus@overarrow#1#2#3{%
+% \vbox {%
+% \m@th%
+% \ialign{##\crcr%
+% \csname over#1fill\endcsname\crcr%
+% \noalign{\kern -1ex\nointerlineskip}%
+% $\hfil#2#3\hfil$\crcr%
+% }%
+% }%
+%}
+%\def\libus@underarrow#1#2#3{
+% \vtop {%
+% \m@th%
+% \ialign{##\crcr%
+% $\hfil#2#3\hfil$\crcr%
+% \noalign{\kern .2ex\nointerlineskip}%
+% \csname over#1fill\endcsname\crcr%
+% \noalign{\kern -1ex\nointerlineskip}%
+% }%
+% }%
+%}
+%\def\overleftarrow{\mathpalette{\libus@overarrow{leftarrow}}}
+%\def\overrightarrow{\mathpalette{\libus@overarrow{rightarrow}}}
+%\def\overleftrightarrow{\mathpalette{\libus@overarrow{leftrightarrow}}}
+%\def\overleftharpoon{\mathpalette{\libus@overarrow{leftharpoon}}}
+%\def\overrightharpoon{\mathpalette{\libus@overarrow{rightharpoon}}}
+%\def\underleftarrow{\mathpalette{\libus@underarrow{leftarrow}}}
+%\def\underrightarrow{\mathpalette{\libus@underarrow{rightarrow}}}
+%\def\underleftrightarrow{\mathpalette{\libus@underarrow{leftrightarrow}}}
+%\def\underleftharpoon{\mathpalette{\libus@underarrow{leftharpoon}}}
+%\def\underrightharpoon{\mathpalette{\libus@underarrow{rightharpoon}}}
+%%%%%%%%end removed in favor of amsmath version
+
%\libus@MathSymbol{\lhook} {\mathrel}{arrows1}{"2A}
%\libus@MathSymbol{\rhook} {\mathrel}{arrows1}{"2B}
%\libus@MathSymbol{\relbar} {\mathrel}{arrows1}{"2C}
@@ -1264,8 +1268,8 @@
\libus@MathSymbol{\fisheye} {\mathord}{symbols}{"E0}
\libus@MathSymbol{\mdlgwhtlozenge} {\mathord}{symbols}{"E1} \let\lozenge=\mdlgwhtlozenge \let\Diamond=\mdlgwhtlozenge
\libus@MathSymbol{\mdlgwhtcircle} {\mathbin}{symbols}{"E2} \let\bigcirc=\mdlgwhtcircle
-\libus@MathSymbol{\relbar} {\mathord}{symbols}{"E3}
-\libus@MathSymbol{\Relbar} {\mathord}{symbols}{"E4}
+%\libus@MathSymbol{\relbar} {\mathord}{symbols}{"E3}
+%\libus@MathSymbol{\Relbar} {\mathord}{symbols}{"E4}
\libus@MathSymbol{\bullseye} {\mathord}{symbols}{"E5}
\libus@MathSymbol{\mdlgblkcircle} {\mathord}{symbols}{"E6}