texlive[55517] Master/texmf-dist: libertinust1math (11jun20)

commits+karl at tug.org commits+karl at tug.org
Thu Jun 11 23:10:07 CEST 2020


Revision: 55517
          http://tug.org/svn/texlive?view=revision&revision=55517
Author:   karl
Date:     2020-06-11 23:10:07 +0200 (Thu, 11 Jun 2020)
Log Message:
-----------
libertinust1math (11jun20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/fonts/libertinust1math/README
    trunk/Master/texmf-dist/tex/latex/libertinust1math/libertinust1math.sty

Modified: trunk/Master/texmf-dist/doc/fonts/libertinust1math/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/libertinust1math/README	2020-06-11 21:09:40 UTC (rev 55516)
+++ trunk/Master/texmf-dist/doc/fonts/libertinust1math/README	2020-06-11 21:10:07 UTC (rev 55517)
@@ -6,8 +6,11 @@
 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.)
 

Modified: trunk/Master/texmf-dist/tex/latex/libertinust1math/libertinust1math.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/libertinust1math/libertinust1math.sty	2020-06-11 21:09:40 UTC (rev 55516)
+++ trunk/Master/texmf-dist/tex/latex/libertinust1math/libertinust1math.sty	2020-06-11 21:10:07 UTC (rev 55517)
@@ -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 at overbrace{bracket}{#1}}
     }
 }
-\libus at MathSymbol{\arrowaccentex}  {\mathord}{letters}{"99}
-\libus at MathSymbol{\harpoonaccentlt}{\mathord}{letters}{"8F}
-\libus at MathSymbol{\harpoonaccentrt}{\mathord}{letters}{"90}
-\libus at MathSymbol{\arrowaccentlt}  {\mathord}{letters}{"91}
-\libus at MathSymbol{\arrowaccentrt}  {\mathord}{letters}{"92}
-\def\libus at arrowaccentglue{\hskip -.23em plus .01em}
-\def\overleftarrowfill{$\m at th%
-    \arrowaccentlt\libus at arrowaccentglue%
-    \cleaders\hbox{$\arrowaccentex$}\hfill$}
-\def\overrightarrowfill{$\m at th%
-    \cleaders\hbox{$\arrowaccentex$}\hfill%
-    \libus at arrowaccentglue\arrowaccentrt$}
-\def\overleftrightarrowfill{$\m at th%
-    \arrowaccentlt\libus at arrowaccentglue%
-    \cleaders\hbox{$\arrowaccentex$}\hfill%
-    \libus at arrowaccentglue\arrowaccentrt$}
-\def\overleftharpoonfill{$\m at th%
-    \harpoonaccentlt\libus at arrowaccentglue%
-    \cleaders\hbox{$\arrowaccentex$}\hfill$}
-\def\overrightharpoonfill{$\m at th%
-   \cleaders\hbox{$\arrowaccentex$}\hfill%
-   \libus at arrowaccentglue\harpoonaccentrt$}
-\def\libus at overarrow#1#2#3{%
-    \vbox {%
-        \m at th%
-        \ialign{##\crcr%
-            \csname over#1fill\endcsname\crcr%
-            \noalign{\kern -1ex\nointerlineskip}%
-            $\hfil#2#3\hfil$\crcr%
-        }%
-    }%
-}
-\def\libus at underarrow#1#2#3{
-    \vtop {%
-        \m at 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 at overarrow{leftarrow}}}
-\def\overrightarrow{\mathpalette{\libus at overarrow{rightarrow}}}
-\def\overleftrightarrow{\mathpalette{\libus at overarrow{leftrightarrow}}}
-\def\overleftharpoon{\mathpalette{\libus at overarrow{leftharpoon}}}
-\def\overrightharpoon{\mathpalette{\libus at overarrow{rightharpoon}}}
-\def\underleftarrow{\mathpalette{\libus at underarrow{leftarrow}}}
-\def\underrightarrow{\mathpalette{\libus at underarrow{rightarrow}}}
-\def\underleftrightarrow{\mathpalette{\libus at underarrow{leftrightarrow}}}
-\def\underleftharpoon{\mathpalette{\libus at underarrow{leftharpoon}}}
-\def\underrightharpoon{\mathpalette{\libus at underarrow{rightharpoon}}}
+
+%%%%%%%%%%% Begin removed code in favor of ams
+%\libus at MathSymbol{\arrowaccentex}  {\mathord}{letters}{"99}
+%\libus at MathSymbol{\harpoonaccentlt}{\mathord}{letters}{"8F}
+%\libus at MathSymbol{\harpoonaccentrt}{\mathord}{letters}{"90}
+%\libus at MathSymbol{\arrowaccentlt}  {\mathord}{letters}{"91}
+%\libus at MathSymbol{\arrowaccentrt}  {\mathord}{letters}{"92}
+%\def\libus at arrowaccentglue{\hskip -.23em plus .01em}
+%\def\overleftarrowfill{$\m at th%
+%    \arrowaccentlt\libus at arrowaccentglue%
+%    \cleaders\hbox{$\arrowaccentex$}\hfill$}
+%\def\overrightarrowfill{$\m at th%
+%    \cleaders\hbox{$\arrowaccentex$}\hfill%
+%    \libus at arrowaccentglue\arrowaccentrt$}
+%\def\overleftrightarrowfill{$\m at th%
+%    \arrowaccentlt\libus at arrowaccentglue%
+%    \cleaders\hbox{$\arrowaccentex$}\hfill%
+%    \libus at arrowaccentglue\arrowaccentrt$}
+%\def\overleftharpoonfill{$\m at th%
+%    \harpoonaccentlt\libus at arrowaccentglue%
+%    \cleaders\hbox{$\arrowaccentex$}\hfill$}
+%\def\overrightharpoonfill{$\m at th%
+%   \cleaders\hbox{$\arrowaccentex$}\hfill%
+%   \libus at arrowaccentglue\harpoonaccentrt$}
+%\def\libus at overarrow#1#2#3{%
+%    \vbox {%
+%        \m at th%
+%        \ialign{##\crcr%
+%            \csname over#1fill\endcsname\crcr%
+%            \noalign{\kern -1ex\nointerlineskip}%
+%            $\hfil#2#3\hfil$\crcr%
+%        }%
+%    }%
+%}
+%\def\libus at underarrow#1#2#3{
+%    \vtop {%
+%        \m at 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 at overarrow{leftarrow}}}
+%\def\overrightarrow{\mathpalette{\libus at overarrow{rightarrow}}}
+%\def\overleftrightarrow{\mathpalette{\libus at overarrow{leftrightarrow}}}
+%\def\overleftharpoon{\mathpalette{\libus at overarrow{leftharpoon}}}
+%\def\overrightharpoon{\mathpalette{\libus at overarrow{rightharpoon}}}
+%\def\underleftarrow{\mathpalette{\libus at underarrow{leftarrow}}}
+%\def\underrightarrow{\mathpalette{\libus at underarrow{rightarrow}}}
+%\def\underleftrightarrow{\mathpalette{\libus at underarrow{leftrightarrow}}}
+%\def\underleftharpoon{\mathpalette{\libus at underarrow{leftharpoon}}}
+%\def\underrightharpoon{\mathpalette{\libus at underarrow{rightharpoon}}}
+%%%%%%%%end removed in favor of amsmath version
+
 %\libus at MathSymbol{\lhook}                    {\mathrel}{arrows1}{"2A}
 %\libus at MathSymbol{\rhook}                    {\mathrel}{arrows1}{"2B}
 %\libus at MathSymbol{\relbar}                   {\mathrel}{arrows1}{"2C}
@@ -1264,8 +1268,8 @@
 \libus at MathSymbol{\fisheye}                  {\mathord}{symbols}{"E0}
 \libus at MathSymbol{\mdlgwhtlozenge}           {\mathord}{symbols}{"E1} \let\lozenge=\mdlgwhtlozenge \let\Diamond=\mdlgwhtlozenge
 \libus at MathSymbol{\mdlgwhtcircle}            {\mathbin}{symbols}{"E2} \let\bigcirc=\mdlgwhtcircle
-\libus at MathSymbol{\relbar}             {\mathord}{symbols}{"E3}
-\libus at MathSymbol{\Relbar}           {\mathord}{symbols}{"E4}
+%\libus at MathSymbol{\relbar}             {\mathord}{symbols}{"E3}
+%\libus at MathSymbol{\Relbar}           {\mathord}{symbols}{"E4}
 \libus at MathSymbol{\bullseye}                 {\mathord}{symbols}{"E5}
 \libus at MathSymbol{\mdlgblkcircle}            {\mathord}{symbols}{"E6}
 



More information about the tex-live-commits mailing list.