jzheng
unread,Mar 30, 2009, 3:07:42 PM3/30/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to LaTeX Users Group
Hi, all
I encounter a weird counter problem when using Latex:
The equation counter seems doesn’t increase itself in my file, that
is, all the equations in Chapter 1 are assigned the number of (1.0),
and those in Chapter 2 have the number of (2.0), so on…
Also, I try to use \label(…) and \ref(…) to cross-reference equations
in main text, but what actually appear in the text is the section
number where the equation resides, not the equation number.
Do you have any idea what goes wrong in my Latex files? Thank you.