texlive[62968] Master/texmf-dist: xcharter-math (6apr22)

commits+karl at tug.org commits+karl at tug.org
Wed Apr 6 22:07:46 CEST 2022


Revision: 62968
          http://tug.org/svn/texlive?view=revision&revision=62968
Author:   karl
Date:     2022-04-06 22:07:46 +0200 (Wed, 06 Apr 2022)
Log Message:
-----------
xcharter-math (6apr22)

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.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	2022-04-06 20:07:29 UTC (rev 62967)
+++ trunk/Master/texmf-dist/doc/fonts/xcharter-math/README.md	2022-04-06 20:07:46 UTC (rev 62968)
@@ -3,7 +3,7 @@
 
 ## Description
 
-`XCharter-Math.otf’ is an OpenType mathematical font to be used 
+`XCharter-Math.otf’ is an OpenType mathematical font to be used
 with the XCharter text fonts.
 
 ## Contents
@@ -46,6 +46,10 @@
 ## Changes
 
 * First public version: 0.30
+* v0.31:
+     - Fixed "Style=" options in xcharter-otf.sty (they didn't work for XeLaTeX).
+	 - Added glyphs \nleqqslant and \ngeqqslant (U+E09A, U+E09B).
+	 - Corrected glyphs \varsubsetneqq \varsusetneqq (U+E09C, U+E09D).
 	 
 ---
 Copyright 2022-  Daniel Flipo  

Modified: trunk/Master/texmf-dist/doc/fonts/xcharter-math/XCharter-Math.ltx
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/xcharter-math/XCharter-Math.ltx	2022-04-06 20:07:29 UTC (rev 62967)
+++ trunk/Master/texmf-dist/doc/fonts/xcharter-math/XCharter-Math.ltx	2022-04-06 20:07:46 UTC (rev 62968)
@@ -35,7 +35,7 @@
 \title{\decofourleft\,\XCotf\,\decofourright}
 \author{Daniel Flipo \\ \texttt{daniel.flipo at free.fr}}
 
-\newcommand*{\version}{0.30}
+\newcommand*{\version}{0.31}
 
 \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.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	2022-04-06 20:07:29 UTC (rev 62967)
+++ trunk/Master/texmf-dist/tex/latex/xcharter-math/xcharter-otf.sty	2022-04-06 20:07:46 UTC (rev 62968)
@@ -1,6 +1,6 @@
 \NeedsTeXFormat{LaTeX2e}[2018/01/01]
-\def\fileversion{0.30}
-\def\filedate{2022-02-16}
+\def\fileversion{0.31}
+\def\filedate{2022-04-06}
 \ProvidesPackage{xcharter-otf}[\filedate\space\fileversion]
 
 % Ensure luatex or xetex engine
@@ -8,11 +8,11 @@
 \RequireTUTeX
 \RequirePackage{unicode-math}
 
-\newopentypefeature{Style}{upint}{ss03}
-\newopentypefeature{Style}{leqslant}{ss04}
-\newopentypefeature{Style}{smaller}{ss05}
-\newopentypefeature{Style}{subsetneq}{ss06}
-\newopentypefeature{Style}{parallelslant}{ss07}
+\newopentypefeature{Style}{upint}{+ss03}
+\newopentypefeature{Style}{leqslant}{+ss04}
+\newopentypefeature{Style}{smaller}{+ss05}
+\newopentypefeature{Style}{subsetneq}{+ss06}
+\newopentypefeature{Style}{parallelslant}{+ss07}
 
 \newcommand*{\XCstore at KV@Option}[2]{%
   \def\XCot at scale{Scale}\def\XCot at opt{#1}%
@@ -45,7 +45,7 @@
 \begingroup
   \edef\temp{%
     \endgroup
-    \noexpand\setmathfont{XCharter-Math.otf}%
+    \noexpand\setmathfont{XCharter Math}%
     [\unexpanded\expandafter{\the\XCottoksM}]%
   }
   \temp
@@ -108,6 +108,10 @@
   \Umathchardef\gtreqslantless =      3 0 "E095 \relax
   \Umathchardef\lesseqqslantgtr =     3 0 "E096 \relax
   \Umathchardef\gtreqqslantless =     3 0 "E097 \relax
+  \Umathchardef\npreceq =             3 0 "E098 \relax
+  \Umathchardef\nsucceq =             3 0 "E099 \relax
+  \Umathchardef\nleqqslant =          3 0 "E09A \relax
+  \Umathchardef\ngeqqslant =          3 0 "E09B \relax
   \Umathchardef\nsubseteqq =          3 0 "E0AE \relax
   \Umathchardef\nsupseteqq =          3 0 "E0AF \relax
  % \widearc and\overrightarc



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