When using hyperref together with Springer's LNCS class (llncs), only the title of the document shows up in the PDF bookmarks.
Here is a MWE:
\documentclass{llncs}
\usepackage{hyperref}
\title{Foobar}
\begin{document}
\maketitle
\section{Foo}
\section{Bar}
\end{document}
When you compile this document, the only entry in the PDF bookmarks is one for "Foobar" (which shouldn't be there) and there are no entries for the sections.
Does anybody have an idea what the problem could be?
I'm using TeX Live 2011 and llncs 2.17.
tocdepth. That's with llncs 2.18 released last week, but they don't document related changes. – Blaisorblade Oct 08 '13 at 20:00llncs2e.zipsays that version 2.15 (from March 2010) “fixed broken hyperref interoperability.” Sotocdepthis probably the only necessary thing now. – Luke Maurer Feb 18 '14 at 23:37\addcontentsline. – egreg Aug 27 '19 at 09:56documentclassasllncs– programmer Jan 14 '24 at 23:58