blob: 89de0242b09892aec60b8904b5ad51f2d4e6c097 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
%D \module
%D [ file=math-inl,
%D version=2008.10.20,
%D title=\CONTEXT\ Math Macros,
%D subtitle=Inline,
%D author=Hans Hagen,
%D date=\currentdate,
%D copyright=PRAGMA-ADE / Hans Hagen]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.
\writestatus{loading}{ConTeXt Math Macros / Inline}
\unprotect
% Obsolete, as we do snapping differently now.
\def\snappedinlineformula {\dosingleempty\dosnappedinlineformula}
\def\dosnappedinlineformula[#1]#2{\mathematics{#2}}
\let\tform \mathematics
\let\gform \snappedinlineformula
\let\enableautomath \relax
\protect \endinput
|