diff options
author | Karl Berry <karl@freefriends.org> | 2019-06-23 21:01:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-06-23 21:01:32 +0000 |
commit | 603d2299ca95988419c592dcede99fe9b328cdae (patch) | |
tree | 3f5f654fb14ae5f6ca81d5aa3cbf604893b9ea34 /Master/texmf-dist/tex/latex/mismath | |
parent | 62b80b39dd7041484514f60bba41725c46cdb015 (diff) |
mismath (23jun19)
git-svn-id: svn://tug.org/texlive/trunk@51436 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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/mismath/mismath.sty b/Master/texmf-dist/tex/latex/mismath/mismath.sty index 3f9ce8aba57..d452a3bb520 100644 --- a/Master/texmf-dist/tex/latex/mismath/mismath.sty +++ b/Master/texmf-dist/tex/latex/mismath/mismath.sty @@ -22,7 +22,8 @@ %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{mismath} - [2019/05/22 v1.4 .dtx mismath file] + [2019/06/22 v1.5 .dtx mismath file] + \DeclareOption*{\PassOptionsToPackage{\CurrentOption}{amsmath}} \ProcessOptions \relax @@ -177,6 +178,7 @@ \@mmacro{mul}{\mathord{\times}} \@mmacro{then}{\ \Longrightarrow \ \mbox{} } \providecommand*{\txt}[1]{\quad\text{#1}\quad} +\providecommand*{\paren}[1]{\mathopen{\left(#1\right)}} \providecommand*{\pow}[2]{\left( #1 \right)^{\!#2}} \providecommand*{\abs}[1]{\left\vert#1\right\vert} \providecommand*{\lfrac}[2]{\frac{\:#1\:}{\:#2\:}} |