texlive[75988] Master/texmf-dist: euler-math (5aug25)
commits+karl at tug.org
commits+karl at tug.org
Tue Aug 5 22:37:39 CEST 2025
Revision: 75988
https://tug.org/svn/texlive?view=revision&revision=75988
Author: karl
Date: 2025-08-05 22:37:38 +0200 (Tue, 05 Aug 2025)
Log Message:
-----------
euler-math (5aug25)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/fonts/euler-math/Euler-Math.ltx
trunk/Master/texmf-dist/doc/fonts/euler-math/Euler-Math.pdf
trunk/Master/texmf-dist/doc/fonts/euler-math/README.md
trunk/Master/texmf-dist/doc/fonts/euler-math/unimath-euler.pdf
trunk/Master/texmf-dist/fonts/opentype/public/euler-math/Euler-Math.otf
trunk/Master/texmf-dist/tex/latex/euler-math/euler-math.sty
Modified: trunk/Master/texmf-dist/doc/fonts/euler-math/Euler-Math.ltx
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/euler-math/Euler-Math.ltx 2025-08-05 20:37:28 UTC (rev 75987)
+++ trunk/Master/texmf-dist/doc/fonts/euler-math/Euler-Math.ltx 2025-08-05 20:37:38 UTC (rev 75988)
@@ -37,7 +37,7 @@
\title{Euler Math font, OTF version}
\author{Daniel Flipo \\ \texttt{daniel.flipo at free.fr}}
-\newcommand*{\version}{0.62}
+\newcommand*{\version}{0.63}
\begin{document}
\maketitle
@@ -368,13 +368,13 @@
\item All Latin and Greek characters are available in upright
and bold via the \verb+\symup{}+ and \verb+\symbf{}+ commands.
-\item Calligraphic alphabet (\cmd{symscr} or \cmd{symcal} or
- \cmd{mathcal} command), uppercase:\\
+\item Calligraphic alphabet (\cmd{symscr} or \cmd{symcal} command),
+ uppercase only:\\
$\symscr{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$\\
also in boldface (\cmd{symbfscr},\cmd{symbfcal} or \cmd{mathbfcal} command):\\
$\symbfscr{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$
-\item Blackboard-bold alphabet (\cmd{symbb} or \cmd{mathbb} command),
+\item Blackboard-bold alphabet (\cmd{symbb} command),
uppercase, lowercase and digits:
$\symbb{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$
@@ -422,7 +422,8 @@
\verb+\setmathfont{Asana-Math.otf}[range={"294A-"2951,"2964,"2ABB-"2ABE}]+
Let’s mention \pkg{albatross}, a useful tool to find out the list of fonts
-providing a given glyph: f.i. type in a terminal ``\texttt{albatross U+2964}'',
+providing a given glyph: f.i. type in a terminal
+``\texttt{albatross -t U+2964}'',
see the manpage or \file{albatross-manual.pdf}.
\section{Acknowledgements}
Modified: trunk/Master/texmf-dist/doc/fonts/euler-math/Euler-Math.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/fonts/euler-math/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/euler-math/README.md 2025-08-05 20:37:28 UTC (rev 75987)
+++ trunk/Master/texmf-dist/doc/fonts/euler-math/README.md 2025-08-05 20:37:38 UTC (rev 75988)
@@ -98,6 +98,8 @@
unified to default rule thickness.
- Glyphs U+2032 to U+2037 and U+2057 (prime and co.) resized so that f.i.
\(f'\), \(f\prime\) and \(f^{\prime}\) produce the same output.
+* v0.63:
+ - Math table fixes for horizontal composition of over/underbrace.
---
Copyright 2009-2016 Khaled Hosny
Modified: trunk/Master/texmf-dist/doc/fonts/euler-math/unimath-euler.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/fonts/opentype/public/euler-math/Euler-Math.otf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/tex/latex/euler-math/euler-math.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/euler-math/euler-math.sty 2025-08-05 20:37:28 UTC (rev 75987)
+++ trunk/Master/texmf-dist/tex/latex/euler-math/euler-math.sty 2025-08-05 20:37:38 UTC (rev 75988)
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}[2022/06/01]
-\def\fileversion{0.62}
-\def\filedate{2025-02-15}
+\def\fileversion{0.63}
+\def\filedate{2025-08-05}
\ProvidesPackage{euler-math}[\filedate\space\fileversion]
% Ensure luatex or xetex engine
@@ -55,8 +55,8 @@
\let\nleqqslant\nleqq
\let\ngeqqslant\ngeqq
% \widearc and\overrightarc
- \newcommand*{\widearc}{\Umathaccent 0 0 "E540 }%
- \newcommand*{\overrightarc}{\Umathaccent 0 0 "20D5 }%
+ \providecommand*{\widearc}{\Umathaccent 0 0 "E540 }%
+ \providecommand*{\overrightarc}{\Umathaccent 0 0 "20D5 }%
% amssymb
\@ifpackageloaded{amssymb}%
{\PackageWarning{euler-math}{%
More information about the tex-live-commits
mailing list.