Document Classesnavigation bar in beamer

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
lech
Posts: 2
Joined: Mon May 11, 2009 2:33 pm

navigation bar in beamer

Post by lech »

Hi,
I'm wondering how to create a PDF with navigation bar that has all topics collapsed at start. I need only those created with \section. Others created as \subsection might be expanded after click at '+' button.
Thanks for all suggestions.
Lech

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

navigation bar in beamer

Post by localghost »

The hyperref manual should have some information about that. But what you are talking about has nothing to do with the navigation bar in a presentation. It's more about the bookmarks of the resulting PDF file.


Best regards and welcome to the board
Thorsten
lech
Posts: 2
Joined: Mon May 11, 2009 2:33 pm

Re: navigation bar in beamer

Post by lech »

You were right... Inserting:

\usepackage{hyperref}
\hypersetup{bookmarksopen=true, bookmarksopenlevel=1}

solves the problem :-)
Thanks a lot
Post Reply