ho-tex / oberdiek

Updating the oberdiek bundle
Other
16 stars 6 forks source link

Wrong bookmarks with hypdoc #8

Closed dbitouze closed 6 years ago

dbitouze commented 8 years ago

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: