7 Jun
2007
7 Jun
'07
5:07 p.m.
Quoting David Arnold
Huh?
This:
\starttext
\newdimen\scale \scale\1mm
Should be \newdimen\scale \scale1mm
\def\rule#1{\hrule width #1\scale} \rule{10}
but you made this
\def\scale{1mm} \def\rule#1{\hrule width #1\scale} \rule{10}
\stoptext
Got me this error:
! Undefined control sequence. l.4 \newdimen\scale \scale\1 mm
What am I missing?
Aditya