Quoting David Arnold <[EMAIL PROTECTED]>:

> 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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to