Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

Add bookmarks to PDF produced by LaTeX

📅 2012-Aug-01 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ bookmark, latex, pdf ⬩ 📚 Archive

Bookmarks is the term for the clickable table-of-contents information that is displayed in a separate pane when certain PDF files are viewed in a PDF reader program. To produce a PDF with such bookmarks from your LaTeX source, add this:

\usepackage[bookmarks]{hyperref}

hyperref is the package that adds clickable links for the table of contents and all the internal references in the document into the produced PDF file. The bookmarks option adds the bookmarks too into the PDF.

Tried with: MikTeX 2.9


© 2022 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 @codeyarns@hachyderm.io📧