diff options
author | Karl Berry <karl@freefriends.org> | 2022-05-05 20:14:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-05-05 20:14:35 +0000 |
commit | 00c3aeb0bbe0c93133b96c72348886e729ffc2f5 (patch) | |
tree | af440eecaa82d90f8dc4208c08f93946df8a4f5f /Master/texmf-dist/tex | |
parent | d954a790eed89a393c2c5f468d5645f70871fcc4 (diff) |
erewhon-math (5may22)
git-svn-id: svn://tug.org/texlive/trunk@63230 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/erewhon-math/fourier-otf.sty | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/latex/erewhon-math/fourier-otf.sty b/Master/texmf-dist/tex/latex/erewhon-math/fourier-otf.sty index 19049750014..d84e3bf367f 100644 --- a/Master/texmf-dist/tex/latex/erewhon-math/fourier-otf.sty +++ b/Master/texmf-dist/tex/latex/erewhon-math/fourier-otf.sty @@ -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@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\varsubsetneq = 3 0 "E0AC \relax - \Umathchardef\varsupsetneq = 3 0 "E0AD \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\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\npreceq = 3 0 "E09E \relax + \Umathchardef\nsucceq = 3 0 "E09F \relax \let\centerdot\cdotp \let\restriction\upharpoonright \let\doteqdot\Doteq |