Tagged Questions
5
votes
1answer
754 views
PDF bookmarks for sections and subsections with the llncs class
The following code is in the preamble of my LaTeX document:
\documentclass{llncs}
\usepackage{amsmath,amssymb}
\usepackage{url}
\usepackage[algoruled,vlined]{algorithm2e}
...
3
votes
2answers
417 views
No PDF bookmarks when using llncs class
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}
...