Thanks
Following on from your suggestion, I also found this which does the job:
http://www.cs.brown.edu/system/software ... doceqn.pdf
Search found 2 matches
- Sun Apr 03, 2011 5:12 pm
- Forum: Math & Science
- Topic: Numbering macro
- Replies: 3
- Views: 2209
- Sat Apr 02, 2011 2:13 pm
- Forum: Math & Science
- Topic: Numbering macro
- Replies: 3
- Views: 2209
Numbering macro
LaTeX lets you \label an equation then later \ref it.
I want to write two macros, \mylabel and \myref which do the following:
\mylabel behaves like \label if the equation is actually referred to in the document (using \myref). If not it behaves like \nonumber.
I did this a long time ago in TeX ...
I want to write two macros, \mylabel and \myref which do the following:
\mylabel behaves like \label if the equation is actually referred to in the document (using \myref). If not it behaves like \nonumber.
I did this a long time ago in TeX ...