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
Document Classes ⇒ navigation bar in beamer
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
navigation bar in beamer
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
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: navigation bar in beamer
You were right... Inserting:
\usepackage{hyperref}
\hypersetup{bookmarksopen=true, bookmarksopenlevel=1}
solves the problem
Thanks a lot
\usepackage{hyperref}
\hypersetup{bookmarksopen=true, bookmarksopenlevel=1}
solves the problem

Thanks a lot