diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/fonts/eulerpx/README | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/eulerpx/eulerpx.sty | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/fonts/eulerpx/README b/Master/texmf-dist/doc/fonts/eulerpx/README index ea8ff1ef754..40bff6d9154 100644 --- a/Master/texmf-dist/doc/fonts/eulerpx/README +++ b/Master/texmf-dist/doc/fonts/eulerpx/README @@ -4,8 +4,8 @@ = = ================================================================================ = = -= Version 0.3.0 Luuk Tijssen = -= 2021-07-08 <ltijssen2502 at gmail dot com> = += Version 0.3.1 Luuk Tijssen = += 2021-07-12 <ltijssen2502 at gmail dot com> = = = ================================================================================ @@ -105,6 +105,9 @@ This work consists of the file eulerpx.sty. History ------- +2021-07-12: + v0.3.1: Fixed a bug introduced in v0.3.0 causing the \mathnormal alphabet to + output glyphs in newpxmath instead of Euler Roman. 2021-07-08: v0.3.0: Major overhaul in the way that the eulervm fonts are loaded internally. This fixes many bugs (caused by interfering with diff --git a/Master/texmf-dist/tex/latex/eulerpx/eulerpx.sty b/Master/texmf-dist/tex/latex/eulerpx/eulerpx.sty index 8824cc0a2c0..cc26a46e9a7 100644 --- a/Master/texmf-dist/tex/latex/eulerpx/eulerpx.sty +++ b/Master/texmf-dist/tex/latex/eulerpx/eulerpx.sty @@ -17,8 +17,8 @@ %% % Package metadata -\def\fileversion{v0.3.0} -\def\filedate{2021/07/08} +\def\fileversion{v0.3.1} +\def\filedate{2021/07/12} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{eulerpx}[\filedate\space\fileversion] \typeout{Package: `eulerpx' \fileversion\space<\filedate>} @@ -32,10 +32,10 @@ % Declare Euler Roman as symbol font \DeclareSymbolFont{EulerRoman}{U}{zeur}{m}{n} \SetSymbolFont{EulerRoman}{bold}{U}{zeur}{b}{n} +\DeclareSymbolFontAlphabet{\mathnormal}{EulerRoman} % Declare Euler math alphabets % Euler Script -\let\varmathscr=\mathscr \let\mathscr=\undefined \DeclareMathAlphabet\mathscr{U}{zeus}{m}{n} \SetMathAlphabet\mathscr{bold}{U}{zeus}{b}{n} |