diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/mismath/mismath.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/mismath/mismath.sty | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/mismath/mismath.sty b/Master/texmf-dist/tex/latex/mismath/mismath.sty index 71f81e4b0a3..3f9ce8aba57 100644 --- a/Master/texmf-dist/tex/latex/mismath/mismath.sty +++ b/Master/texmf-dist/tex/latex/mismath/mismath.sty @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{mismath} - [2019/05/08 v1.3 .dtx mismath file] + [2019/05/22 v1.4 .dtx mismath file] \DeclareOption*{\PassOptionsToPackage{\CurrentOption}{amsmath}} \ProcessOptions \relax @@ -62,15 +62,15 @@ \renewcommand{\j}{\TextOrMath{\oldj}{\mathup{j}}} } -\DeclareSymbolFont{up}{\encodingdefault}{\familydefault}{m}{n} +\DeclareSymbolFont{UpSh}{\encodingdefault}{\familydefault}{m}{n} \newcommand{\enumber}{ - \AtBeginDocument{\DeclareMathSymbol{e}\mathalpha{up}{`e}} + \AtBeginDocument{\DeclareMathSymbol{e}\mathalpha{UpSh}{`e}} } \newcommand{\inumber}{ - \AtBeginDocument{\DeclareMathSymbol{i}\mathalpha{up}{`i}} + \AtBeginDocument{\DeclareMathSymbol{i}\mathalpha{UpSh}{`i}} } \newcommand{\jnumber}{ - \AtBeginDocument{\DeclareMathSymbol{j}\mathalpha{up}{`j}} + \AtBeginDocument{\DeclareMathSymbol{j}\mathalpha{UpSh}{`j}} } \newcommand*{\pinumber}[1][Symbol]{ \@ifpackageloaded{upgreek}{}{\usepackage[#1]{upgreek}} @@ -107,8 +107,8 @@ \@mmacro{V}{\operatorname{\probastyle{V}}} \newcommand{\PEupright}{ \AtBeginDocument{% necessary for working with beamer - \DeclareMathSymbol{P}\mathalpha{up}{`P} - \DeclareMathSymbol{E}\mathalpha{up}{`E} + \DeclareMathSymbol{P}\mathalpha{UpSh}{`P} + \DeclareMathSymbol{E}\mathalpha{UpSh}{`E} } } @@ -180,8 +180,8 @@ \providecommand*{\pow}[2]{\left( #1 \right)^{\!#2}} \providecommand*{\abs}[1]{\left\vert#1\right\vert} \providecommand*{\lfrac}[2]{\frac{\:#1\:}{\:#2\:}} -\DeclareMathSymbol{]}\mathord{up}{093} % originally \mathclose -\DeclareMathSymbol{[}\mathord{up}{091} % originally \mathopen +\DeclareMathSymbol{]}\mathord{UpSh}{093} % originally \mathclose +\DeclareMathSymbol{[}\mathord{UpSh}{091} % originally \mathopen \newcommand{\systemstretch}{1.2} \newcommand{\systemsep}{\medspace} |