summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mismath
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-10-26 20:02:06 +0000
committerKarl Berry <karl@freefriends.org>2022-10-26 20:02:06 +0000
commitf88e82a322d0475a23c6301de26d9ac6b0430ff8 (patch)
treeffd44475984197b9424ab51dd85ba506a9219926 /Master/texmf-dist/tex/latex/mismath
parent6c4d5ccb1ad74b03e8e20a9ae49e1d8d88b233bf (diff)
mismath (26oct22)
git-svn-id: svn://tug.org/texlive/trunk@64824 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mismath')
-rw-r--r--Master/texmf-dist/tex/latex/mismath/mismath.sty10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/mismath/mismath.sty b/Master/texmf-dist/tex/latex/mismath/mismath.sty
index 52318fb5531..f9e1ac47978 100644
--- a/Master/texmf-dist/tex/latex/mismath/mismath.sty
+++ b/Master/texmf-dist/tex/latex/mismath/mismath.sty
@@ -22,8 +22,8 @@
%%
\NeedsTeXFormat{LaTeX2e}[2005/12/01]
\ProvidesPackage{mismath}
- [2022/10/17 v1.9 .dtx mismath file]
-%% \CheckSum{428}
+ [2022/10/25 v1.10 .dtx mismath file]
+%% \CheckSum{430}
\DeclareOption*{\PassOptionsToPackage{\CurrentOption}{amsmath}}
@@ -55,7 +55,7 @@
}
}
-\providecommand{\mathup}[1]{{\operatorfont #1}}
+\providecommand{\mathup}[1]{{\operatorfont #1}} % exist also in kpfonts
\@mmacro{e}{\mathup{e}}
\AtBeginDocument{\let\oldi\i \let\oldj\j
\renewcommand{\i}{\TextOrMath{\oldi}{\mathup{i}}}
@@ -67,9 +67,9 @@
\AtBeginDocument{\DeclareMathSymbol{i}\mathalpha{operators}{`i}} }
\newcommand{\jnumber}{
\AtBeginDocument{\DeclareMathSymbol{j}\mathalpha{operators}{`j}} }
-\newcommand*{\pinumber}[1][Symbol]{
+\newcommand*{\pinumber}[1][Euler]{
\@ifpackageloaded{upgreek}{}{\usepackage[#1]{upgreek}}
- \let\itpi\pi
+ \@ifundefined{itpi}{\let\itpi\pi}{\@mwarning{itpi}}
\renewcommand{\pi}{\uppi} }
\newboolean{arrowvect}