diff options
author | Karl Berry <karl@freefriends.org> | 2023-03-06 21:41:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-03-06 21:41:49 +0000 |
commit | c6b32253a4d3fdd013af2930867bbc552fbb7428 (patch) | |
tree | 97e143f95d7f4edf96c781098b9c7a991c57eb6c /Master/texmf-dist/tex/latex | |
parent | f4c598c773deab1013d70078de58793dcf125948 (diff) |
mismath (6mar23) (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2022.final@66400 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/mismath/mismath.sty | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/mismath/mismath.sty b/Master/texmf-dist/tex/latex/mismath/mismath.sty index ec445540693..da5545d56ee 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} - [2023/03/01 v2.6 .dtx mismath file] + [2023/03/05 v2.7 .dtx mismath file] \newif\ifmm@ibrackets % initialized to false \DeclareOption{ibrackets}{\mm@ibracketstrue} \DeclareOption*{\PassOptionsToPackage{\CurrentOption}{amsmath}} @@ -263,15 +263,17 @@ \mm@operator[lito]{\lito}{o} \mm@macro{mathset}{\mathbf} -\mm@macro{R}{\ensuremath{\mathset{R}}\xspace} -\AtBeginDocument{\@ifpackagewith{babel}{russian}{\mm@warning{C} - }{\mm@macro{C}{\ensuremath{\mathset{C}}\xspace}} -} -\mm@macro{N}{\ensuremath{\mathset{N}}\xspace} -\mm@macro{Z}{\ensuremath{\mathset{Z}}\xspace} -\mm@macro{Q}{\ensuremath{\mathset{Q}}\xspace} -\mm@macro{F}{\ensuremath{\mathset{F}}\xspace} -\mm@macro{K}{\ensuremath{\mathset{K}}\xspace} +\mm@macro{R}{\mathset{R}} +\@ifpackagewith{babel}{russian}{ + \PackageWarningNoLine{mismath}{Option russian of babel + is loaded\MessageBreak + Command \bslash C will not be redefined} + }{\mm@macro{C}{\mathset{C}}} +\mm@macro{N}{\mathset{N}} +\mm@macro{Z}{\mathset{Z}} +\mm@macro{Q}{\mathset{Q}} +\mm@macro{F}{\mathset{F}} +\mm@macro{K}{\mathset{K}} \mm@macro{ds}{\displaystyle} \mm@macro{dlim}{\lim\limits} |