declare – Declare register names locally
These macros provide a method of locally allocating registers
without interference with previously allocated registers; thus
\declarecount allocates a count for local use, in exactly
the same way that \newcount allocations one for global
use. The sequence
{... \declarecount\foo ... \newcount\bar ...}
is of course a logical error; any \new* command should be
issued before the corresponding \declare* command.
| CTAN path | /macros/plain/contrib/misc/declare.tex |
|---|---|
| Version | 1990-06-01 |
| License | Unknown Status, No Information Available |
| Maintainer | John E. Pittman (inactive) Neil Burleson |
| Topics |
support for development of TeX macros |
