diff options
Diffstat (limited to 'tex/context/base/math-ini.tex')
-rw-r--r-- | tex/context/base/math-ini.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tex/context/base/math-ini.tex b/tex/context/base/math-ini.tex index 48254ca13..4fc87a676 100644 --- a/tex/context/base/math-ini.tex +++ b/tex/context/base/math-ini.tex @@ -793,6 +793,10 @@ % \def\scaledmathopen #1#2{\mathopen {\scaledmathdelimiter{#1}{#2}}} % \def\scaledmathclose#1#2{\mathclose{\scaledmathdelimiter{#1}{#2}}} +%D Needed for unicode: + +\def\nulloperator{\mathortext{\mathop{\null}}{\null}} + %D Plugins. \loadmarkfile{math-ini} |