summaryrefslogtreecommitdiff
path: root/tex/context/base/math-mis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/math-mis.tex')
-rw-r--r--tex/context/base/math-mis.tex49
1 files changed, 0 insertions, 49 deletions
diff --git a/tex/context/base/math-mis.tex b/tex/context/base/math-mis.tex
deleted file mode 100644
index 1b1193fd4..000000000
--- a/tex/context/base/math-mis.tex
+++ /dev/null
@@ -1,49 +0,0 @@
-%D \module
-%D [ file=math-mis,
-%D version=2001.04.12,
-%D title=\CONTEXT\ Math Macros,
-%D subtitle=Miscelaneous Symbols,
-%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
-
-%D \starttyping
-%D \usemathcollection[mis]
-%D \stoptyping
-
-\def\styledmathcommand#1%
- {\mathchoice
- {\let\currentmathstyle\displaystyle#1}%
- {\let\currentmathstyle\textstyle#1}%
- {\let\currentmathstyle\scriptstyle#1}%
- {\let\currentmathstyle\scriptscriptstyle#1}}
-
-%D For Hong Feng:
-
-\def\geneq
- {\styledmathcommand\dogeneq}
-
-\def\dogeneq
- {\begingroup
- \setbox\scratchbox\hbox{$\currentmathstyle=$}%
- \hbox to \wd\scratchbox
- {\copy\scratchbox
- \hskip-\wd\scratchbox
- \hss\incolortrue\localcolortrue
- \color[white]{\vrule\!!height.6\ht\scratchbox\!!depth\zeropoint\!!width.2\wd\scratchbox}%
- \hss}%
- \endgroup}
-
-%D \startbuffer
-%D $a\string\geneq b^{a\string\geneq b^{a\string\geneq b}}$
-%D \stopbuffer
-%D
-%D \typebuffer \getbuffer
-
-\protect \endinput