Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong bookmarks with hypdoc #8

Closed
dbitouze opened this issue Oct 1, 2016 · 0 comments
Closed

Wrong bookmarks with hypdoc #8

dbitouze opened this issue Oct 1, 2016 · 0 comments

Comments

@dbitouze
Copy link

dbitouze commented Oct 1, 2016

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants