ho-tex/oberdiek

Wrong bookmarks with hypdoc

dbitouze opened this issue · 0 comments

The following MWE points out that, with hypdoc package, the bookmarks for e.g. the list of figures and the list of tables are wrong ("Contents" for both of them):

\documentclass{article}
% \usepackage{doc}\usepackage[hyperindex=false]{hyperref}
\usepackage{hypdoc}
\begin{document}
\tableofcontents
\listoffigures
\listoftables
\section{Foo}
\end{document}

Note that:

  • The trouble doesn't arise with doc+hyperref packages.
  • As a workaround, hypdoc could be loaded with its numbered option but that 's unsatisfactory as one could not want get numbered these usually unnumbered sections.
  • This issue is reported on SE.