diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/x-calcmath.mkii')
-rw-r--r-- | Master/texmf-dist/tex/context/base/x-calcmath.mkii | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/x-calcmath.mkii b/Master/texmf-dist/tex/context/base/x-calcmath.mkii new file mode 100644 index 00000000000..68119b2fd04 --- /dev/null +++ b/Master/texmf-dist/tex/context/base/x-calcmath.mkii @@ -0,0 +1,24 @@ +%D \module +%D [ file=m-calcmath, +%D version=2006.04.24, % 1999.11.06, +%D title=\CONTEXT\ Modules, +%D subtitle=Calculator Math, +%D author=Hans Hagen, +%D date=\currentdate, +%D copyright=PRAGMA] +%C +%C This module is part of the \CONTEXT\ macro||package and is +%C therefore copyrighted by \PRAGMA. See mreadme.pdf for +%C details. + +\unprotect + +\writestatus{calcmath}{this is not supported in mkii} + +\let\inlinecalcmath \inlinemathematics +\def\displaycalcmath \displaymathematics +\let\calcmath \inlinecalcmath +\let\icm \inlinecalcmath +\let\dcm \displaycalcmath + +\protect \endinput |