Document ClassesBeamer pdf bookmarks panel

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
jpreed
Posts: 2
Joined: Tue Nov 03, 2009 1:04 am

Beamer pdf bookmarks panel

Post by jpreed »

I am creating a presentation with Beamer. The problem is the created pdf automatically has the "Bookmarks" panel shown in the pdf viewer (adobe). Is there a way to prevent this within latex?

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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Beamer pdf bookmarks panel

Post by gmedina »

Hi,

you can use

Code: Select all

\documentclass[hyperref={bookmarks=false}]{beamer}
or

Code: Select all

\hypersetup{bookmarks=false}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply