Tagged Questions
3
votes
0answers
124 views
Using 'bigfoot' and 'hyperref' package - PDF bookmarks reference to wrong page/line [closed]
Please compile the following document:
\documentclass{book}
\usepackage{bigfoot}
\usepackage{hyperref}
\usepackage{blindtext}
\begin{document}
\chapter{Chapter}
\blindtext
\blindtext
...
1
vote
1answer
508 views
PDF contains incorrect bookmark hierarchy
After compiling my LaTeX document to PDF, I noticed that its internal bookmarks were using an incorrect hierarchy. Compare the bookmarks tree to the table of contents below:
...
9
votes
2answers
3k views
Add PDF bookmark manually
I would like to add a bookmark to the table of contents. This page shows a method, but \pdfbookmark is not recognised as a command. This is my document header:
\documentclass[a4paper]{report}
...
2
votes
1answer
382 views
How to prevent Table of Contents from being added to the bookmarks of a pdf file
I have a set of pdf files (without the latex source) which I merged into a larger pdf file. Each individual pdf file is an article with sections. I created a set of bookmarks for the larger pdf which ...
5
votes
2answers
2k views
Placing a PDF bookmark to the index page?
Using \usepackage{hyperref}and the \pdfbookmark[0]{...}{...} command you can place a PDF bookmark just before the index page generated with \printindex (Sometimes it will point to the empty page ...
4
votes
3answers
2k views
Appendices in PDF Outline appear as childs of last section
I'm using the following general outline in book class:
\mainmatter
\include{introduction}
\part{...}
\include{chapter1}
...
\part{...}
...
...