summaryrefslogtreecommitdiff
path: root/tex/context/base/math-def.mkiv
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2010-01-08 23:58:00 +0100
committerHans Hagen <pragma@wxs.nl>2010-01-08 23:58:00 +0100
commitb49a72625ea82574863b42d6b8782c9ce9aba4f7 (patch)
tree45307e33f4e1ff9c50aca46fb9fdc6f7455e378c /tex/context/base/math-def.mkiv
parentf43952a7dc197eb796722c4ca4a5ccb5638b5165 (diff)
downloadcontext-b49a72625ea82574863b42d6b8782c9ce9aba4f7.tar.gz
beta 2010.01.08 23:58
Diffstat (limited to 'tex/context/base/math-def.mkiv')
-rw-r--r--tex/context/base/math-def.mkiv7
1 files changed, 5 insertions, 2 deletions
diff --git a/tex/context/base/math-def.mkiv b/tex/context/base/math-def.mkiv
index 79c832b4f..201b93657 100644
--- a/tex/context/base/math-def.mkiv
+++ b/tex/context/base/math-def.mkiv
@@ -40,7 +40,7 @@
\to \everysetupmathematics
% \appendtoks
-% \ifconditional\automathpunctuation\dosetattribute{mathpunctuation}\plusone\fi
+% \ifconditional\automathpunctuation\attribute\mathpunctuationattribute\plusone\fi
% \to \everymathematics
\setupmathematics[\v!autopunctuation=\v!yes]
@@ -106,7 +106,10 @@
% using attributes
-\def\choosemathbig#1#2{\dosetattribute{mathsize}{#1}\left#2\right.\doresetattribute{mathsize}}
+\def\choosemathbig#1#2%
+ {\attribute\mathsizeattribute#1\relax
+ \left#2\right.%
+ \attribute\mathsizeattribute\attributeunsetvalue}
\definemathcommand [big] {\choosemathbig\plusone }
\definemathcommand [Big] {\choosemathbig\plustwo }