summaryrefslogtreecommitdiff
path: root/fonts/erewhon-math
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-04-07 03:01:53 +0000
committerNorbert Preining <norbert@preining.info>2022-04-07 03:01:53 +0000
commit4ab0687cfdd546779ccb6d8589a671441bf5865f (patch)
tree77554e11f1829a925194242636c38c7306fa43a8 /fonts/erewhon-math
parent333540a9182285f9d72d7d39be3fa730c135d664 (diff)
CTAN sync 202204070301
Diffstat (limited to 'fonts/erewhon-math')
-rw-r--r--fonts/erewhon-math/Erewhon-Math.ltx2
-rw-r--r--fonts/erewhon-math/Erewhon-Math.otfbin379488 -> 379312 bytes
-rw-r--r--fonts/erewhon-math/Erewhon-Math.pdfbin176487 -> 175219 bytes
-rw-r--r--fonts/erewhon-math/README.md4
-rw-r--r--fonts/erewhon-math/fourier-otf.sty20
-rw-r--r--fonts/erewhon-math/unimath-erewhon.pdfbin1847239 -> 1847222 bytes
6 files changed, 17 insertions, 9 deletions
diff --git a/fonts/erewhon-math/Erewhon-Math.ltx b/fonts/erewhon-math/Erewhon-Math.ltx
index 839f81f6ff..73d1384c5c 100644
--- a/fonts/erewhon-math/Erewhon-Math.ltx
+++ b/fonts/erewhon-math/Erewhon-Math.ltx
@@ -34,7 +34,7 @@
\title{\decofourleft\,\FOTF\,\decofourright}
\author{Daniel Flipo \\ \texttt{daniel.flipo@free.fr}}
-\newcommand*{\version}{0.51}
+\newcommand*{\version}{0.52}
\begin{document}
\maketitle
diff --git a/fonts/erewhon-math/Erewhon-Math.otf b/fonts/erewhon-math/Erewhon-Math.otf
index 69cf11ad3a..656df4ab18 100644
--- a/fonts/erewhon-math/Erewhon-Math.otf
+++ b/fonts/erewhon-math/Erewhon-Math.otf
Binary files differ
diff --git a/fonts/erewhon-math/Erewhon-Math.pdf b/fonts/erewhon-math/Erewhon-Math.pdf
index c4cb0cc0b2..56f29f3c19 100644
--- a/fonts/erewhon-math/Erewhon-Math.pdf
+++ b/fonts/erewhon-math/Erewhon-Math.pdf
Binary files differ
diff --git a/fonts/erewhon-math/README.md b/fonts/erewhon-math/README.md
index 4296779097..60f0cd9ee5 100644
--- a/fonts/erewhon-math/README.md
+++ b/fonts/erewhon-math/README.md
@@ -117,6 +117,10 @@ Either version 1.3 or, at your option, any later version.
available with the original fourier-GUTenberg package.
- Sub- and superscript placement corrected for bold calligraphic capitals.
- Metrics changed for sans-serif and typewriter glyphs.
+* v0.52
+ - 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).
---
Copyright 2019-2022 Michel Bovani, Daniel Flipo
diff --git a/fonts/erewhon-math/fourier-otf.sty b/fonts/erewhon-math/fourier-otf.sty
index 568bb07cc9..1904975001 100644
--- a/fonts/erewhon-math/fourier-otf.sty
+++ b/fonts/erewhon-math/fourier-otf.sty
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}[2018/01/01]
-\def\fileversion{0.51}
-\def\filedate{2022-02-20}
+\def\fileversion{0.52}
+\def\filedate{2022-04-04}
\ProvidesPackage{fourier-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*{\Store@KV@Option}[2]{%
\def\FOT@scale{Scale}\def\FOT@opt{#1}%
@@ -46,7 +46,7 @@
\begingroup
\edef\temp{%
\endgroup
- \noexpand\setmathfont{Erewhon-Math.otf}%
+ \noexpand\setmathfont{Erewhon Math}%
[\unexpanded\expandafter{\the\FOTtoksM}]%
}
\temp
@@ -110,6 +110,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
\Umathchardef\varsymscrE = 0 0 "E07D \relax
diff --git a/fonts/erewhon-math/unimath-erewhon.pdf b/fonts/erewhon-math/unimath-erewhon.pdf
index 3c82b78ddd..422554bfdd 100644
--- a/fonts/erewhon-math/unimath-erewhon.pdf
+++ b/fonts/erewhon-math/unimath-erewhon.pdf
Binary files differ