summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/core-box.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/core-box.tex')
-rw-r--r--Master/texmf-dist/tex/context/base/core-box.tex18
1 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/context/base/core-box.tex b/Master/texmf-dist/tex/context/base/core-box.tex
index 184f0647ce1..16a8941512b 100644
--- a/Master/texmf-dist/tex/context/base/core-box.tex
+++ b/Master/texmf-dist/tex/context/base/core-box.tex
@@ -1,8 +1,8 @@
%D \module
%D [ file=core-box,
%D version=2002.04.12,
-%D title=\CONTEXT\ Box Macros,
-%D subtitle=New Macros,
+%D title=\CONTEXT\ Core Macros,
+%D subtitle=Boxes,
%D author=Hans Hagen,
%D date=\currentdate,
%D copyright={PRAGMA / Hans Hagen \& Ton Otten}]
@@ -11,6 +11,8 @@
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.
+\writestatus{loading}{Context Core Macros / Boxes}
+
%D This module contains all kind of macros for moving content
%D around. Many macros here come from other modules, but
%D depencies made it more clear to isolate them.
@@ -108,7 +110,7 @@
{\setvalue{\??an#1}{\dodefinedanchor[#2][#3][#4]}}
\def\dodefinedanchor[#1][#2][#3]%
- {\def\docommando[##1][##2]%
+ {\def\docommand[##1][##2]%
{\ifsecondargument
\def\next{\dodoanchorT[#1][#2,##1][#3,##2]}%
\else\iffirstargument
@@ -117,7 +119,7 @@
\def\next{\dodoanchorT[#1][#2][#3]}%
\fi\fi
\next}%
- \dodoubleempty\docommando}
+ \dodoubleempty\docommand}
\def\@@collectorbox{@@collectorbox}
@@ -141,8 +143,8 @@
{\dodoubleargument\dosetupcollector}
\def\dosetupcollector[#1][#2]%
- {\def\docommando##1{\getparameters[\??cb##1][#2]}%
- \processcommalist[#1]\docommando}
+ {\def\docommand##1{\getparameters[\??cb##1][#2]}%
+ \processcommalist[#1]\docommand}
\def\setcollector
{\dodoubleargument\dosetcollector}
@@ -875,12 +877,12 @@
% {\dontleavehmode
% \bgroup
% \scratchdimen\zeropoint
-% \def\docommando##1%
+% \def\docommand##1%
% {\setbox\scratchbox\hbox{##1}%
% \ifdim\wd\scratchbox>\scratchdimen
% \scratchdimen\wd\scratchbox
% \fi}%
-% \processcommalist[#3]\docommando
+% \processcommalist[#3]\docommand
% \hbox to \scratchdimen{#1#4#2}%
% \egroup}
%