I'm using winedt 6.0 and a SIAM template in my document. When I compile, I get an error message stating:
! SIAM Label Error: There were multipy-defined labels
Correct multiply-defined labels.
Type H <return> for immediate help.
...
l.14 \newlabel{L2norm}{{2.2}{3}}
Based upon the last line, I presume the duplicate label is L2norm. Am I correct to assume this? I followed the advice on this post to find this multiply defined label. As it turns out, I used to have a label 'L2norm', but have since changed it to 'L2normerr'. No other labels are have this string and I haven't found any other duplicate labels (just using a <ctrl-f> search). I'm sure I'm misunderstanding something, but I'm not sure what... Please help! :)
.auxfile, created before you changed the label. delete the offending.auxfile, or rerun the job (twice) and the error message should go away. if it doesn't, the advice in your cited post is useful to help you find the straggler. – barbara beeton Dec 13 '12 at 18:18