Re: Datei kann kompiliert werden aber es gibt eine obskure Fehlermeldung

Ulrike Fischer <[email protected]>
Newsgroups gmane.comp.tex.german
Message-ID <[email protected]>
Am Sat, 16 Sep 2023 09:15:08 +0300 schrieb Uwe Brauer:

> Beim Kompilieren eines längeren Dokuments erhalte ich Meldungen wie diese:
> 
> pdfTeX warning (ext4): destination with the same identifier (name{equation.2.4}) has been already used, duplicate ignored
> <argument> ...shipout:D \box_use:N \l_shipout_box 
>                                                   \__shipout_drop_firstpage_...l.1243 \end{align}
> 
> 
> Aber die Umgebung sieht so aus, und dieses label kommt nicht noch einmal vor
> \begin{align} \label{E:Tdivergence}
>   D_{\nu} T^{\mu \nu} = 0, && (\mu = 0,1,2,3).
> \end{align}
> 
> Was ist da los?

Das heißt, dass du zwei Gleichungen mit der Nummer 2.4 hast. Z.B. in
verschiedenen Kapiteln.

Definiere \theHequation so, dass es eindeutig wird. z.B.
\renewcommand\theHequation{\thechapter.\theequation}

-- 
Ulrike Fischer 
http://www.troubleshooting-tex.de/

-- 
FAQ: http://texfragen.de/
Durchsuchbares Archiv: https://www.listserv.dfn.de/sympa/arc/tex-d-l 
Unsubscribe/Verwaltung: https://www.listserv.dfn.de/sympa/info/tex-d-l
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.