9 Aug
2010
9 Aug
'10
8:50 a.m.
On 08/09/2010 06:58 AM, Jesse Alama wrote:
There's a plain TeX package (bussproofs.sty from CTAN; I realize that the file ends with ".sty" but it's intended to work in plain TeX) that I'm trying to get working with ConTeXt. I'm stuck at one point though: the package has the statements
\def\newcount{\alloc@0\count\countdef\insc@unt} \def\newdimen{\alloc@1\dimen\dimendef\insc@unt} \def\newskip{\alloc@2\skip\skipdef\insc@unt} \def\newbox{\alloc@4\box\chardef\insc@unt}
ConTeXt has \newcount et al. predefined already. Best wishes, Taco