diff options
author | Hans Hagen <pragma@wxs.nl> | 2007-02-20 12:00:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2007-02-20 12:00:00 +0100 |
commit | ae7756295182e4a03b95a7ae8a0c7ba6e74f85b6 (patch) | |
tree | d4143b14c39d3d1f965c354e63b35858111158db /tex/context/base/math-pln.tex | |
parent | 8cb3c59f58c0d69f99c451485eaabcb9f5347372 (diff) | |
download | context-ae7756295182e4a03b95a7ae8a0c7ba6e74f85b6.tar.gz |
stable 2007.02.20 12:00
Diffstat (limited to 'tex/context/base/math-pln.tex')
-rw-r--r-- | tex/context/base/math-pln.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tex/context/base/math-pln.tex b/tex/context/base/math-pln.tex index f0b4f440e..4689f2e9f 100644 --- a/tex/context/base/math-pln.tex +++ b/tex/context/base/math-pln.tex @@ -203,11 +203,13 @@ \def\doteq {\buildrel\textstyle.\over=} +\ifx\mfunction\undefined \def\mfunction#1{\mathbin{\rm#1}} \fi + \def\bmod {\nonscript \mskip-\medmuskip \mkern5mu - \mathbin{\rm mod}% + \mfunction{mod}% \penalty900 \mkern5mu \nonscript @@ -216,7 +218,7 @@ \def\pmod#1% {\allowbreak \mkern18mu - ({\rm mod}\,\,#1)} + (\mfunction{mod}\,\,#1)} \def\cases#1% {\left\{% |