diff options
author | Karl Berry <karl@freefriends.org> | 2023-06-21 20:07:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-06-21 20:07:05 +0000 |
commit | e44615a36a8ac9855eff698c9d9dd5d3780c3ce0 (patch) | |
tree | 22a26bef5776cd2f7df3470358776a64bef5cfc4 /Master | |
parent | ef92b2e8e8c0dc6e8fdbeaec53d03a2e6eb53361 (diff) |
euler-math (21jun23)
git-svn-id: svn://tug.org/texlive/trunk@67429 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/fonts/euler-math/Euler-Math.ltx | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/euler-math/Euler-Math.pdf | bin | 158318 -> 158414 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/euler-math/README.md | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/euler-math/unimath-euler.pdf | bin | 1451716 -> 1451823 bytes | |||
-rw-r--r-- | Master/texmf-dist/fonts/opentype/public/euler-math/Euler-Math.otf | bin | 443768 -> 443732 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/euler-math/euler-math.sty | 26 |
6 files changed, 19 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/fonts/euler-math/Euler-Math.ltx b/Master/texmf-dist/doc/fonts/euler-math/Euler-Math.ltx index a5146ac36d7..147fde9bf7c 100644 --- a/Master/texmf-dist/doc/fonts/euler-math/Euler-Math.ltx +++ b/Master/texmf-dist/doc/fonts/euler-math/Euler-Math.ltx @@ -37,7 +37,7 @@ \title{Euler Math font, OTF version} \author{Daniel Flipo \\ \texttt{daniel.flipo@free.fr}} -\newcommand*{\version}{0.40} +\newcommand*{\version}{0.41} \begin{document} \maketitle diff --git a/Master/texmf-dist/doc/fonts/euler-math/Euler-Math.pdf b/Master/texmf-dist/doc/fonts/euler-math/Euler-Math.pdf Binary files differindex b26eab02514..e9d3e2d1440 100644 --- a/Master/texmf-dist/doc/fonts/euler-math/Euler-Math.pdf +++ b/Master/texmf-dist/doc/fonts/euler-math/Euler-Math.pdf diff --git a/Master/texmf-dist/doc/fonts/euler-math/README.md b/Master/texmf-dist/doc/fonts/euler-math/README.md index 97dd20a39d7..aa93e4f5651 100644 --- a/Master/texmf-dist/doc/fonts/euler-math/README.md +++ b/Master/texmf-dist/doc/fonts/euler-math/README.md @@ -68,6 +68,10 @@ Either version 1.3 or, at your option, any later version. - Metrics of all "over" arrows and harpoons corrected. - Metrics of all "under" arrows and harpoons corrected. - Most horizontal arrows and harpoons are now stretchable. +* v0.41: + - radicals corrected. + - euler-math.sty: options handled by `l3keys` instead of `xkeyval` + (requires a LaTeX kernel not older than 2022-06-01). --- Copyright 2009-2016 Khaled Hosny diff --git a/Master/texmf-dist/doc/fonts/euler-math/unimath-euler.pdf b/Master/texmf-dist/doc/fonts/euler-math/unimath-euler.pdf Binary files differindex 725c1ab6501..66540cb6f44 100644 --- a/Master/texmf-dist/doc/fonts/euler-math/unimath-euler.pdf +++ b/Master/texmf-dist/doc/fonts/euler-math/unimath-euler.pdf diff --git a/Master/texmf-dist/fonts/opentype/public/euler-math/Euler-Math.otf b/Master/texmf-dist/fonts/opentype/public/euler-math/Euler-Math.otf Binary files differindex b475b11ac01..fb1792e2271 100644 --- a/Master/texmf-dist/fonts/opentype/public/euler-math/Euler-Math.otf +++ b/Master/texmf-dist/fonts/opentype/public/euler-math/Euler-Math.otf diff --git a/Master/texmf-dist/tex/latex/euler-math/euler-math.sty b/Master/texmf-dist/tex/latex/euler-math/euler-math.sty index 860f76f016c..f87669df3c1 100644 --- a/Master/texmf-dist/tex/latex/euler-math/euler-math.sty +++ b/Master/texmf-dist/tex/latex/euler-math/euler-math.sty @@ -1,6 +1,6 @@ -\NeedsTeXFormat{LaTeX2e}[2018/01/01] -\def\fileversion{0.40} -\def\filedate{2023-03-28} +\NeedsTeXFormat{LaTeX2e}[2022/06/01] +\def\fileversion{0.41} +\def\filedate{2023-06-21} \ProvidesPackage{euler-math}[\filedate\space\fileversion] % Ensure luatex or xetex engine @@ -11,18 +11,20 @@ \newopentypefeature{Style}{smaller}{+ss05} \newopentypefeature{Style}{subsetneq}{+ss06} -% Options: forward them to \setmathfont. -\RequirePackage{xkeyval} \newtoks\NEUtoks -\newcommand*{\Store@KV@Option}[2]{% +\newcommand*{\NEstore@KV@Option}[2]{% \NEUtoks=\expandafter{\the\NEUtoks #1={#2},}} -\DeclareOptionX{CharacterVariant}{\Store@KV@Option{CharacterVariant}{#1}} -\DeclareOptionX{StylisticSet}{\Store@KV@Option{StylisticSet}{#1}} -\DeclareOptionX{Style}{\Store@KV@Option{Style}{#1}} -\DeclareOptionX{Scale}{\Store@KV@Option{Scale}{#1}} -\DeclareOptionX{Numbers}{\Store@KV@Option{Numbers}{#1}} -\ProcessOptionsX +% Package options: +\DeclareKeys + { + CharacterVariant.code = \NEstore@KV@Option{CharacterVariant}{#1} , + StylisticSet.code = \NEstore@KV@Option{StylisticSet}{#1} , + Style.code = \NEstore@KV@Option{Style}{#1} , + Scale.code = \NEstore@KV@Option{Scale}{#1} , + Numbers.code = \NEstore@KV@Option{Numbers}{#1} + } +\ProcessKeyOptions % Following Joseph Wright in https://tex.stackexchange.com/questions/451 \begingroup |