[pdftex] Warning if manyfoot.sty+hyperref.sty+pdflatex

Christian Schlauer Christian.Schlauer at web.de
Wed May 16 19:59:53 CEST 2001


Hello pdftex-users,

I have an example document that compiles under LaTeX and PDFLaTeX
without errors/warnings, as long as I don't use hyperref. If hyperref
is included, it compiles under LaTeX (without errors/warnings), but
when using PDFLaTeX, I get

! pdfTeX warning (dest): name{Hfootnote.4} has been referenced but
does not exist, replaced by a fixed one

! pdfTeX warning (dest): name{Hfootnote.2} has been referenced but
does not exist, replaced by a fixed one

This is the sample document. It uses manyfoot.sty which allows
different levels of footnotes. It can be found on CTAN in
ftp://ftp.dante.de/tex-archive/macros/latex/contrib/supported/ncctools/.
The example document is a short version of the example in the
documentation of manyfoot.

--- 8< ---
\documentclass{article}

\usepackage{manyfoot}
\newfootnote{C}
\newcounter{footnoteC}% define a new counter
\newcommand{\footnoteC}{%
  \stepcounter{footnoteC}% adds 1 to the counter
  \Footnotemark\thefootnoteC\FootnotetextC\thefootnoteC}% what's this?
% use Roman numerals to print the counter
\renewcommand{\thefootnoteC}{\roman{footnoteC}}
\usepackage{hyperref}

\begin{document}
The quick\footnote{ordinary footnote 1} brown fox jumps \ldots

The quick\footnoteC{manyfoot footnote 1} brown fox jumps \ldots

The quick\footnote{ordinary footnote 2} brown fox jumps \ldots

The quick\footnoteC{manyfoot footnote 2} brown fox jumps \ldots
\end{document}
--- 8< ---

How can one get rid of the warnings, especially as the pdf file looks
okay?
-- 
Christian Schlauer
______________________________________________________________________________
Ferienklick.de - 225 Reisekataloge auf einen Blick!
Direkt zu Ihrem Traumurlaub: http://ferienklick.de/?PP=2-0-100-105-0




More information about the pdftex mailing list