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.
Sources | /macros/plain/contrib/misc/declare.tex |
Version | 1990-06-01 |
Maintainer | Neil Burleson John E. Pittman (inactive) |
Topics | Macro support |
Suggestions
Maybe you are interested in the following packages as well.
Community Comments