diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-10 21:54:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-10 21:54:46 +0000 |
commit | 184159db9fa21e17f11811ec118f8004df551145 (patch) | |
tree | 5c634d8207a7eac0097d94d85292362690f72d80 /Master/texmf-dist | |
parent | e09357223eaf777585c462d33d5bd5b4e8152987 (diff) |
eulerpx (10apr17)
git-svn-id: svn://tug.org/texlive/trunk@43735 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/fonts/eulerpx/README | 17 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/eulerpx/eulerpx.sty | 8 |
2 files changed, 14 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/fonts/eulerpx/README b/Master/texmf-dist/doc/fonts/eulerpx/README index 652b0731859..593f66d513f 100644 --- a/Master/texmf-dist/doc/fonts/eulerpx/README +++ b/Master/texmf-dist/doc/fonts/eulerpx/README @@ -4,8 +4,8 @@ = = ================================================================================ = = -= Version 0.2 Jabir Ali Ouassou = -= 2017-02-03 <jabirali at switzerlandmail dot ch> = += Version 0.2.1 Jabir Ali Ouassou = += 2017-04-10 <jabirali at switzerlandmail dot ch> = = = ================================================================================ @@ -37,7 +37,7 @@ then you may write your equations in the form $α+β$ instead of $\alpha+\beta$. License ------- -Copyright 2016 J. A. Ouassou +Copyright 2016-2017 J. A. Ouassou This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 of this license or (at your option) @@ -57,11 +57,14 @@ This work consists of the file eulerpx.sty. History ------- 2016-10-01: - v0.1: Initial eulerpx package created. + v0.1: Initial eulerpx package created. 2017-02-03: - v0.2: Fixed a bug that messed up symbols like braces and brackets. Redefined - the macros \sffamily and \rmfamily so that they automatically change - the alphabet used for operators and numbers to match the environment. + v0.2: Fixed a bug that messed up symbols like braces and brackets. Redefined + the macros \sffamily and \rmfamily so that they automatically change + the alphabet used for operators and numbers to match the environment. +2017-04-10: + v0.2.1: Fixed a bug that prevented \infty from displaying correctly. + [Thanks to Georg Bube for reporting the problem and solution.] diff --git a/Master/texmf-dist/tex/latex/eulerpx/eulerpx.sty b/Master/texmf-dist/tex/latex/eulerpx/eulerpx.sty index bda6ba0af0f..1af6c7b773b 100644 --- a/Master/texmf-dist/tex/latex/eulerpx/eulerpx.sty +++ b/Master/texmf-dist/tex/latex/eulerpx/eulerpx.sty @@ -1,5 +1,5 @@ %% eulerpx.sty -%% Copyright 2017 J. A. Ouassou +%% Copyright 2016-2017 J. A. Ouassou %% %% This work may be distributed and/or modified under the conditions of the LaTeX %% Project Public License, either version 1.3 of this license or (at your option) @@ -16,8 +16,8 @@ %% % Package metadata -\def\fileversion{v0.2} -\def\filedate{2017/02/03} +\def\fileversion{v0.2.1} +\def\filedate{2017/04/10} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{eulerpx}[\filedate\space\fileversion] \typeout{Package: `eulerpx' \fileversion\space<\filedate>} @@ -133,7 +133,7 @@ % Miscellaneous \DeclareMathSymbol{\hbar}{\mathord}{letters}{128} -\DeclareMathSymbol{\infty}{\mathord}{largesymbols}{153} +\DeclareMathSymbol{\infty}{\mathord}{symbols}{49} % Unicode input \DeclareOption{utf8}% |