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.

User avatar
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