diff options
Diffstat (limited to 'tex/context/base/supp-mat.tex')
-rw-r--r-- | tex/context/base/supp-mat.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tex/context/base/supp-mat.tex b/tex/context/base/supp-mat.tex index 15ae7fdd8..54ff34f01 100644 --- a/tex/context/base/supp-mat.tex +++ b/tex/context/base/supp-mat.tex @@ -46,6 +46,8 @@ %D Which is implemented as: \def\mathematics#1{\relax\ifmmode#1\else$#1$\fi} % lookahead bug reported by brooks +\def\displaymath#1{\relax\ifmmode#1\else$$#1$$\fi} +\def\inlinemath #1{\relax\ifmmode#1\else$#1$\fi} \def\startmathmode {\ifmmode |