diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-22 21:24:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-22 21:24:04 +0000 |
commit | c172740adc810b1dfcf73516eb7c28292ab267d5 (patch) | |
tree | 9bf5cad0b57bdeeade50fde26551e1e24b586fc7 /Master/texmf-dist/tex/latex/mismath | |
parent | 9d67ad777942d194cad8c02f89813080de09d52c (diff) |
mismath (22may19)
git-svn-id: svn://tug.org/texlive/trunk@51193 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mismath')
-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} |