summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/erewhon-math
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-10-19 21:07:15 +0000
committerKarl Berry <karl@freefriends.org>2020-10-19 21:07:15 +0000
commitfd27dafe17d7b2d964a58c38eda92ed0e3ff663c (patch)
treeccf05d9054595620537be213cec785edfa0bc719 /Master/texmf-dist/doc/fonts/erewhon-math
parentbb71ed3596175125330ee12a28070141c0eccf45 (diff)
erewhon-math (19oct20)
git-svn-id: svn://tug.org/texlive/trunk@56703 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/erewhon-math')
-rw-r--r--Master/texmf-dist/doc/fonts/erewhon-math/Erewhon-Math.ltx8
-rw-r--r--Master/texmf-dist/doc/fonts/erewhon-math/Erewhon-Math.pdfbin158532 -> 159863 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/erewhon-math/README.md2
-rw-r--r--Master/texmf-dist/doc/fonts/erewhon-math/unimath-erewhon.ltx17
-rw-r--r--Master/texmf-dist/doc/fonts/erewhon-math/unimath-erewhon.pdfbin1347212 -> 1348018 bytes
5 files changed, 18 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/fonts/erewhon-math/Erewhon-Math.ltx b/Master/texmf-dist/doc/fonts/erewhon-math/Erewhon-Math.ltx
index 6d606908686..65baf6f26bb 100644
--- a/Master/texmf-dist/doc/fonts/erewhon-math/Erewhon-Math.ltx
+++ b/Master/texmf-dist/doc/fonts/erewhon-math/Erewhon-Math.ltx
@@ -23,7 +23,7 @@
\title{\decofourleft\,\FOTF\,\decofourright}
\author{Daniel Flipo \\ \texttt{daniel.flipo@free.fr}}
-\newcommand*{\version}{0.44}
+\newcommand*{\version}{0.45}
\begin{document}
\maketitle
@@ -369,6 +369,12 @@ Various wide acccents are also supported:
\overline{A\cup B}\quad \overline{A\cup (B\cap C)\cup D}\quad
\underline{m+n+p}\]
+\item \cmd{wideoverbar}, \cmd{widecheck} and \cmd{widebreve}
+ \[\wideoverbar{x}\quad \wideoverbar{xy}\quad \wideoverbar{xyz}\quad
+ \widecheck{x}\quad \widecheck{xxxx}\quad \widecheck{xxxxxx}\quad
+ \widebreve{x}\quad \widebreve{xxxx}\quad \widebreve{xxxxxx}
+ \]
+
\item \cmd{overparen} and \cmd{underparen}
\[\overparen{x}\quad \overparen{xy}\quad \overparen{xyz}\quad
\mathring{\overparen{A\cup B}}\quad
diff --git a/Master/texmf-dist/doc/fonts/erewhon-math/Erewhon-Math.pdf b/Master/texmf-dist/doc/fonts/erewhon-math/Erewhon-Math.pdf
index 8c757c80718..c6086fba08b 100644
--- a/Master/texmf-dist/doc/fonts/erewhon-math/Erewhon-Math.pdf
+++ b/Master/texmf-dist/doc/fonts/erewhon-math/Erewhon-Math.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/erewhon-math/README.md b/Master/texmf-dist/doc/fonts/erewhon-math/README.md
index 0c7f97f3dd9..0008fbd9713 100644
--- a/Master/texmf-dist/doc/fonts/erewhon-math/README.md
+++ b/Master/texmf-dist/doc/fonts/erewhon-math/README.md
@@ -63,6 +63,8 @@ Either version 1.3 or, at your option, any later version.
(70%, 55%) instead of (76%, 60%).
Fixed right kernings of "italic f".
Fixed right bearings and italic corrections of mathscr capitals.
+* v0.45 Added stretchy accents \wideoverbar, \widebreve, \widecheck.
+
---
Copyright 2019-2020 Michel Bovani, Daniel Flipo
E-mail: michel (dot) bovani (at) icloud (dot) com
diff --git a/Master/texmf-dist/doc/fonts/erewhon-math/unimath-erewhon.ltx b/Master/texmf-dist/doc/fonts/erewhon-math/unimath-erewhon.ltx
index 6b335504948..124df888ac4 100644
--- a/Master/texmf-dist/doc/fonts/erewhon-math/unimath-erewhon.ltx
+++ b/Master/texmf-dist/doc/fonts/erewhon-math/unimath-erewhon.ltx
@@ -169,7 +169,8 @@
This document uses the file \texttt{unicode-math-table.tex}
to print every symbol defined by the \textsf{unicode-math}
package.
-Use this document to find the command name or the Unicode glyph slot for a symbol that you wish to use.
+Use this document to find the command name or the Unicode glyph slot for
+a symbol that you wish to use.
The following fonts are shown: (with approximate symbol counts)
\begin{itemize}
\item[\Llm] \mathversion{lm} $\mathup{Latin\ Modern\ Math}$ (\ref{count:lm})
@@ -249,19 +250,17 @@ Note that accents will only be properly placed if used with an OpenType font wit
\SHOW\mathaccent
\endgroup
-\section{Accents, \cmd\mathaccent}
-
-Note that accents will only be properly placed if used with an OpenType font with the necessary information.
-
+% Added (df)
+\section{Accents wide, \cmd\mathaccentwide}
\begingroup
\def\SYMB#1#2#3{%
\expandafter\iffontchar\csname#2\endcsname #3\relax
\refstepcounter{#2}%
\mathversion{#2}%
- $\displaystyle#1 \mitx$%
+ $\displaystyle#1 {\mitx+\mity}$%
\fi
}
-\SHOW\mathaccent
+\SHOW\mathaccentwide
\endgroup
\section{Bottom accents, \cmd\mathbotaccent}
@@ -276,7 +275,9 @@ Note that accents will only be properly placed if used with an OpenType font wit
\SHOW\mathbotaccent
\endgroup
-% Added (df)
+
+%Added (df)
+\newpage
\section{Bottom accents wide, \cmd\mathbotaccentwide}
\begingroup
\def\SYMB#1#2#3{%
diff --git a/Master/texmf-dist/doc/fonts/erewhon-math/unimath-erewhon.pdf b/Master/texmf-dist/doc/fonts/erewhon-math/unimath-erewhon.pdf
index 2371fd12330..cb66c4f8426 100644
--- a/Master/texmf-dist/doc/fonts/erewhon-math/unimath-erewhon.pdf
+++ b/Master/texmf-dist/doc/fonts/erewhon-math/unimath-erewhon.pdf
Binary files differ