texlive[65686] Master/texmf-dist: xcharter-math (30jan23)
commits+karl at tug.org
commits+karl at tug.org
Mon Jan 30 21:48:18 CET 2023
Revision: 65686
http://tug.org/svn/texlive?view=revision&revision=65686
Author: karl
Date: 2023-01-30 21:48:18 +0100 (Mon, 30 Jan 2023)
Log Message:
-----------
xcharter-math (30jan23)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/fonts/xcharter-math/README.md
trunk/Master/texmf-dist/doc/fonts/xcharter-math/XCharter-Math.ltx
trunk/Master/texmf-dist/doc/fonts/xcharter-math/XCharter-Math.pdf
trunk/Master/texmf-dist/doc/fonts/xcharter-math/unimath-xcharter.pdf
trunk/Master/texmf-dist/fonts/opentype/public/xcharter-math/XCharter-Math-Bold.otf
trunk/Master/texmf-dist/fonts/opentype/public/xcharter-math/XCharter-Math.otf
trunk/Master/texmf-dist/tex/latex/xcharter-math/xcharter-otf.sty
Modified: trunk/Master/texmf-dist/doc/fonts/xcharter-math/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/xcharter-math/README.md 2023-01-30 20:48:05 UTC (rev 65685)
+++ trunk/Master/texmf-dist/doc/fonts/xcharter-math/README.md 2023-01-30 20:48:18 UTC (rev 65686)
@@ -64,7 +64,10 @@
- Fixed \wideoverbar (U+0305) which failed with XeTeX.
- Corrected negative right bearings of some display integrals.
- Added extensible integral for U+222B (usable with luametatex).
+* v0.36:
+ - package now compatible with mathtools’ extensible arrows.
+ - \diagup and \diagdown moved from private area to U+27CB, U+27CD.
---
-Copyright 2022- Daniel Flipo
+Copyright 2022-2023 Daniel Flipo
E-mail: daniel (dot) flipo (at) free (dot) fr
Modified: trunk/Master/texmf-dist/doc/fonts/xcharter-math/XCharter-Math.ltx
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/xcharter-math/XCharter-Math.ltx 2023-01-30 20:48:05 UTC (rev 65685)
+++ trunk/Master/texmf-dist/doc/fonts/xcharter-math/XCharter-Math.ltx 2023-01-30 20:48:18 UTC (rev 65686)
@@ -35,7 +35,7 @@
\title{\decofourleft\,\XCotf\,\decofourright}
\author{Daniel Flipo \\ \texttt{daniel.flipo at free.fr}}
-\newcommand*{\version}{0.35}
+\newcommand*{\version}{0.36}
\begin{document}
\maketitle
Modified: trunk/Master/texmf-dist/doc/fonts/xcharter-math/XCharter-Math.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/fonts/xcharter-math/unimath-xcharter.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/fonts/opentype/public/xcharter-math/XCharter-Math-Bold.otf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/fonts/opentype/public/xcharter-math/XCharter-Math.otf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/tex/latex/xcharter-math/xcharter-otf.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/xcharter-math/xcharter-otf.sty 2023-01-30 20:48:05 UTC (rev 65685)
+++ trunk/Master/texmf-dist/tex/latex/xcharter-math/xcharter-otf.sty 2023-01-30 20:48:18 UTC (rev 65686)
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}[2018/01/01]
-\def\fileversion{0.35}
-\def\filedate{2022-11-04}
+\def\fileversion{0.36}
+\def\filedate{2023-01-30}
\ProvidesPackage{xcharter-otf}[\filedate\space\fileversion]
% Ensure luatex or xetex engine
@@ -78,6 +78,9 @@
\Umathchardef\mbfimath = 0 0 "E066 \relax
\Umathchardef\mbfjmath = 0 0 "E067 \relax
\Umathchardef\mithbar = 0 0 "E078 \relax
+ \Umathchardef\mapstochar = 3 0 "E08D \relax
+ \Umathchardef\lhook = 3 0 "E08E \relax
+ \Umathchardef\rhook = 3 0 "E08F \relax
\Umathchardef\parallelslant = 3 0 "E090 \relax
\Umathchardef\nparallelslant = 3 0 "E091 \relax
\Umathchardef\shortparallelslant = 3 0 "E092 \relax
@@ -109,8 +112,8 @@
% <math type> : \mathord=0 \mathrel=3 ; <family>=0
\Umathchardef\circledR = 0 0 "24C7 \relax
\Umathchardef\circledS = 0 0 "24C8 \relax
- \Umathchardef\diagup = 0 0 "E0A0 \relax
- \Umathchardef\diagdown = 0 0 "E0A1 \relax
+ \Umathchardef\diagup = 0 0 "27CB \relax
+ \Umathchardef\diagdown = 0 0 "27CD \relax
\Umathchardef\shortmid = 3 0 "E0A2 \relax
\Umathchardef\shortparallel = 3 0 "E0A3 \relax
\Umathchardef\nshortmid = 3 0 "E0A4 \relax
More information about the tex-live-commits
mailing list.