summaryrefslogtreecommitdiff
path: root/tex/context/base/m-newmat.tex
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2004-08-30 00:00:00 +0200
committerHans Hagen <pragma@wxs.nl>2004-08-30 00:00:00 +0200
commit334f3edd2304915fc8b50a722a56765f41b1a7d5 (patch)
tree0d62c2871118f4971fa7b0b6bb1e87b12f647bff /tex/context/base/m-newmat.tex
parent08a4bcc9bff26007ca9b5d14d6beaacab74c9ce4 (diff)
downloadcontext-334f3edd2304915fc8b50a722a56765f41b1a7d5.tar.gz
stable 2004.08.30
Diffstat (limited to 'tex/context/base/m-newmat.tex')
-rw-r--r--tex/context/base/m-newmat.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/tex/context/base/m-newmat.tex b/tex/context/base/m-newmat.tex
index 32aa7783b..b2c831578 100644
--- a/tex/context/base/m-newmat.tex
+++ b/tex/context/base/m-newmat.tex
@@ -1,5 +1,5 @@
%D \module
-%D [ file=m-newmat,
+%D [ filefile=m-newmat,
%D version=2000.11.16,
%D title=\CONTEXT\ Math Module,
%D subtitle=AMS-like math extensions,
@@ -140,7 +140,7 @@
%D [HH] This macro is now also moved to the core, but we
%D keep it here as well for completeness.
%D
-%D \startypen
+%D \starttyping
%D \unexpanded\def\mathtext
%D {\mathortext\domathtext\hbox} % {\ifmmode\@EA\dotext\else\@EA\hbox\fi}
%D
@@ -154,15 +154,15 @@
%D \def\dodomathtext#1#2#3% no \everymath !
%D %{\hbox{\everymath{#1}\switchtobodyfont [#2]#3}} % 15 sec
%D {\hbox{\everymath{#1}\setcurrentfontbody{#2}#3}} % 3 sec (no math)
-%D \stoptypen
+%D \stoptyping
%D [HH] We use the following indirectness because \type {\text}
%D is a natural candidate for user macros (actually, it is
%D used in some modules).
%D
-%D \starttypen
+%D \starttyping
%D \let\text\mathtext
-%D \stoptypen
+%D \stoptyping
%D [HH] Actually, the font switch is not that slow when
%D typefaces are used. If needed this macro can be sped up.