
%=================================================================
% Automatically, keeps track of reference numbers
% by using author name (or other meaningful word)
% as a control word
%
% Examples: First occurrance of reference:
% \refnam\author_name_you_pick\newref
% Subsequent occurrances:
% \author_name_you_pick
%-----------------------------------------------------------------
\newcount\refnumber
\refnumber=1
\def\newref{{\rm{\the\refnumber}}
\global\advance\refnumber by 1}
\def\refnam#1{\xdef#1{\the\refnumber}}
%=================================================================

Equation Numbering Macros
MESmith Spinneret /
TeXSpot /
smith@math.fsu.edu

FSU Math Home Page

Last modified: 14 August 1995