Generalpdftex warning (ext4): destination with the same identifier

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
kafisatz
Posts: 2
Joined: Tue Dec 22, 2009 1:47 am

pdftex warning (ext4): destination with the same identifier

Post by kafisatz »

Hi everybody.
I have a problem with hyperref and ntheorem. It sees that one of those packages does not like \paragraph{bla}. I use Winedt and Windows 7. This is my sample code which does not work. If I replace \paragraph{mu} with \textbf{mu} it works, but i really want to use \paragraph{} in my thesis. Can anyone tell me where the problem lies? I tried reversing the order of packages, it did not help.

Code: Select all

\documentclass[pdftex,a4paper]{article}
\usepackage[ngerman]{babel}
\usepackage[hyperref]{ntheorem}
\usepackage[pdftex]{hyperref}
\newtheorem{definition}{Definition}
\begin{document}
\paragraph{mu}
\begin{definition}
\end{definition}
\end{document}
Thanks in advance.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
Joined: Mon Mar 10, 2008 9:44 pm

pdftex warning (ext4): destination with the same identifier

Post by Stefan Kottwitz »

Hi,

have a look here in the UK TeX FAQ.
Your sample code works for me, I've got no warnings or errors when compiling with TeX Live 2009.

Stefan
LaTeX.org admin
kafisatz
Posts: 2
Joined: Tue Dec 22, 2009 1:47 am

Re: pdftex warning (ext4): destination with the same identifier

Post by kafisatz »

hi and thanks for your answer.
well, i use miktex and i did not work.
the funny thing is that today (!!) hyperref (and miktex too i think) got updated and now it works perfectly.

cu all
Post Reply