Cham wrote:It's the only equation using that label
Actually, there's an
align
environment with the label and a
gather
environment with that label. It is in both. Open the
.aux
file and look into it, there will be two labels.
Cham wrote:Apparently, I can't use an align environment inside a gather environment, is that the origin of the problem ?
Yes, that's not intended this way. Both are for standalone use, not for nesting.
Cham wrote:For vertical spacement problem on the whole page, I need these equations to be presented that way.
I'm sure you don't need the
gather
around. It's not the only way to adjust vertically, especially since you do it manually anyway by using
\\[12pt]
at two places.
Stefan