|
From: <moh...@st...> - 2004-02-23 16:09:17
|
On Mon, 23 Feb 2004 15:13:51 +0000, Luis Gon=E7alves <lu...@ua...> w=
rote:
>
> Dear all
>
>
> I am mading a large documment. And When I latex compile gives=
a=20
> warning "Latex:...repeated labels".
>
> I am editing with Winedt.
>
> Somebody knows if there are a way to find repeated labels in a=
=20
> documment (is there a tool in Miktex or Winedt to find repeated lab=
els?)
Your log-file tells you which labels are multiply defined with messag=
es=20
like.
LaTeX Warning: Label `one' multiply defined.
Then search you file for "\label{one}" and make a decision as to whic=
h is=20
the correct one.
--=20
Morten H=F8gholm
|