>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> I have a question about equation numbering. Suppose I have an
Angus> equation that I've labelled:
Angus> x^2+y^2=r^2 (eq:circle)
Angus> Later in text I want to print it out again, WITH THE SAME EQ.
Angus> NUMBER so:
Angus> x^2+y^2=r^2 (eq:circle)
Angus> Unfortunately, this does not work. LaTeX gives the second
Angus> equation a new number. What to do?
I think amsmath (from the amslatex package) offers facilities for that
(\tag ?). It should be useable as direct latex.
JMarc