texlive[63230] Master/texmf-dist: erewhon-math (5may22)
commits+karl at tug.org
commits+karl at tug.org
Thu May 5 22:14:36 CEST 2022
Revision: 63230
http://tug.org/svn/texlive?view=revision&revision=63230
Author: karl
Date: 2022-05-05 22:14:35 +0200 (Thu, 05 May 2022)
Log Message:
-----------
erewhon-math (5may22)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/fonts/erewhon-math/Erewhon-Math.ltx
trunk/Master/texmf-dist/doc/fonts/erewhon-math/Erewhon-Math.pdf
trunk/Master/texmf-dist/doc/fonts/erewhon-math/README.md
trunk/Master/texmf-dist/doc/fonts/erewhon-math/unimath-erewhon.pdf
trunk/Master/texmf-dist/fonts/opentype/public/erewhon-math/Erewhon-Math.otf
trunk/Master/texmf-dist/tex/latex/erewhon-math/fourier-otf.sty
Modified: trunk/Master/texmf-dist/doc/fonts/erewhon-math/Erewhon-Math.ltx
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/erewhon-math/Erewhon-Math.ltx 2022-05-04 23:48:55 UTC (rev 63229)
+++ trunk/Master/texmf-dist/doc/fonts/erewhon-math/Erewhon-Math.ltx 2022-05-05 20:14:35 UTC (rev 63230)
@@ -34,7 +34,7 @@
\title{\decofourleft\,\FOTF\,\decofourright}
\author{Daniel Flipo \\ \texttt{daniel.flipo at free.fr}}
-\newcommand*{\version}{0.52}
+\newcommand*{\version}{0.53}
\begin{document}
\maketitle
@@ -94,6 +94,7 @@
as Math font and Erewhon Text fonts as Roman fonts
(families \textit{sf} and \textit{tt} left unchanged) but does a bit more:
\begin{enumerate}
+\item it loads \pkg{realscripts.sty} for better superscripts and footnote calls;
\item it loads \pkg{fourier-orns.sty}, providing many text ornaments;
\item it checks at \verb+\begin{document}+ if packages \pkg{amssymb} or
\pkg{latexsym} are loaded and issues warnings in case they are;
@@ -237,6 +238,7 @@
cv08 & $\sigma$ & $\varsigma$ & \cmd{sigma} \\
cv09 & $\theta$ & $\vartheta$ & \cmd{theta} \\
cv10 & $\Theta$ & $\varTheta$ & \cmd{Theta}\\
+ cv11 & $\mitpartial$ & $\mitvarpartial$ & \cmd{partial}\\
cv20 & $\symscr{E}$ & $\varsymscrE$ & \cmd{symcal\{E\}}\\
cv21 & $\symscr{Q}$ & $\varsymscrQ$ & \cmd{symcal\{Q\}}\\
cv22 & $\symscr{T}$ & $\varsymscrT$ & \cmd{symcal\{T\}}\\
@@ -502,10 +504,11 @@
and \verb+\symbfit{}+ commands.
\item Calligraphic alphabet (\cmd{symscr} or \cmd{symcal} or
- \cmd{mathcal} command), uppercase:
+ \cmd{mathcal} command), uppercase:\\
+ $\symscr{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$\\
+ also in boldface (\cmd{symbfscr},\cmd{symbfcal} or \cmd{mathbfcal} command):\\
+ $\symbfscr{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$
- $\symscr{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$
-
\item Blackboard-bold alphabet (\cmd{symbb} or \cmd{mathbb} command),
uppercase, lowercase and digits:
Modified: trunk/Master/texmf-dist/doc/fonts/erewhon-math/Erewhon-Math.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/fonts/erewhon-math/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/erewhon-math/README.md 2022-05-04 23:48:55 UTC (rev 63229)
+++ trunk/Master/texmf-dist/doc/fonts/erewhon-math/README.md 2022-05-05 20:14:35 UTC (rev 63230)
@@ -121,7 +121,12 @@
- Over/underbrace: metrics of horizontal variants tuned.
- Added glyphs \nleqqslant and \ngeqqslant (U+E09A, U+E09B).
- Fixed "Style=" options in fourier-otf.sty (they didn't work for XeLaTeX).
-
+* v0.53
+ - fourier-otf.sty now loads realscripts for better superscripts.
+ - Vertical variants of \mathslash, \backslash: slope corrected.
+ - Added proportional digits and lnum, pnum features in math mode.
+ - Added character variant (cv11) for \partial.
+
---
Copyright 2019-2022 Michel Bovani, Daniel Flipo
E-mail: michel (dot) bovani (at) icloud (dot) com
Modified: trunk/Master/texmf-dist/doc/fonts/erewhon-math/unimath-erewhon.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/fonts/opentype/public/erewhon-math/Erewhon-Math.otf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/tex/latex/erewhon-math/fourier-otf.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/erewhon-math/fourier-otf.sty 2022-05-04 23:48:55 UTC (rev 63229)
+++ trunk/Master/texmf-dist/tex/latex/erewhon-math/fourier-otf.sty 2022-05-05 20:14:35 UTC (rev 63230)
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}[2018/01/01]
-\def\fileversion{0.52}
-\def\filedate{2022-04-04}
+\def\fileversion{0.53}
+\def\filedate{2022-05-05}
\ProvidesPackage{fourier-otf}[\filedate\space\fileversion]
% Ensure luatex or xetex engine
@@ -59,6 +59,7 @@
% Text Serif fonts: erewhon with possible scaling.
\ifFOT at notext
\else
+ \RequirePackage{realscripts}
\setmainfont{erewhon}[\unexpanded\expandafter{\the\FOTtoksT}]
\fi
% Enable FourierOrns font with possible scaling.
@@ -74,10 +75,13 @@
\AtBeginDocument{%
% Fourier specific math
+ % \Umathchardef\<cmd> = <math type> <family> <slot>
+ % <math type> : \mathord=0 \mathrel=3 ; <family>=0
\Umathchardef\Bbbbackslash = 0 0 "E020 \relax
\Umathchardef\varemptyset = 0 0 "E021 \relax
\Umathchardef\mupvarzero = 0 0 "E022 \relax
\Umathchardef\mbfvarzero = 0 0 "E023 \relax
+ \Umathchardef\mupvarpartial = 0 0 "E030 \relax
\Umathchardef\mupvarvarpi = 0 0 "E032 \relax
\Umathchardef\mbfvarpartial = 0 0 "E040 \relax
\Umathchardef\mbfvarvarrho = 0 0 "E041 \relax
@@ -110,12 +114,8 @@
\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
+ \Umathchardef\nleqqslant = 3 0 "E098 \relax
+ \Umathchardef\ngeqqslant = 3 0 "E099 \relax
\Umathchardef\varsymscrE = 0 0 "E07D \relax
\Umathchardef\varsymscrQ = 0 0 "E07E \relax
\Umathchardef\varsymscrT = 0 0 "E07F \relax
@@ -152,16 +152,18 @@
\Umathchardef\nshortparallel = 3 0 "E0A5 \relax
\Umathchardef\lvertneqq = 3 0 "E0A6 \relax
\Umathchardef\gvertneqq = 3 0 "E0A7 \relax
+ \Umathchardef\nleqslant = 3 0 "E0A8 \relax
+ \Umathchardef\ngeqslant = 3 0 "E0A9 \relax
+ \Umathchardef\nleqq = 3 0 "E0AA \relax
+ \Umathchardef\ngeqq = 3 0 "E0AB \relax
\Umathchardef\varsubsetneq = 3 0 "E0AC \relax
\Umathchardef\varsupsetneq = 3 0 "E0AD \relax
+ \Umathchardef\nsubseteqq = 3 0 "E0AE \relax
+ \Umathchardef\nsupseteqq = 3 0 "E0AF \relax
\Umathchardef\varsubsetneqq = 3 0 "E09C \relax
\Umathchardef\varsupsetneqq = 3 0 "E09D \relax
- \Umathchardef\nleqslant = 3 0 "E0A8 \relax
- \Umathchardef\ngeqslant = 3 0 "E0A9 \relax
- \Umathchardef\nleqq = 3 0 "E0AA \relax
- \Umathchardef\ngeqq = 3 0 "E0AB \relax
- \Umathchardef\npreceq = 3 0 "E098 \relax
- \Umathchardef\nsucceq = 3 0 "E099 \relax
+ \Umathchardef\npreceq = 3 0 "E09E \relax
+ \Umathchardef\nsucceq = 3 0 "E09F \relax
\let\centerdot\cdotp
\let\restriction\upharpoonright
\let\doteqdot\Doteq
More information about the tex-live-commits
mailing list.