This is my first time working with Beamer.
So my question is a pretty basic one: Once you generate a pdf file from the tex file, how do you present/view the file so that you can move from slide to slide (without scrolling)? Is it possible to do this on a Mac computer?
Thank you so much for your help!
Document Classes ⇒ Beamer Presentation Question
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
Re: Beamer Presentation Question
Every PDF viewer should provide a presentation mode (full screen). Mostly this mode is accessible via menu or short cut. The help function of your viewer should tell you more.
Best regards
Thorsten¹
Best regards
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: Beamer Presentation Question
In a Mac, open the PDF file with Adobe Reader. Then press Command-L to enter in full screen mode, which is the right mode to project the presentation through a beamer. You leave this mode by hitting the Escape key. In Preview, things are similar: press Shift - Command - F.
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Beamer Presentation Question
Hi Rondebosch,
welcome to the LaTeX Community board!
In addition to the postings above I want to mention that you can set the hyperref option pdfpagemode to FullScreen:You may find more inside the hyperref manual in 3.6 PDF display and information options.
Stefan
welcome to the LaTeX Community board!
In addition to the postings above I want to mention that you can set the hyperref option pdfpagemode to FullScreen:
Code: Select all
\hypersetup{pdfpagemode=FullScreen}
Stefan
LaTeX.org admin
-
- Posts: 2
- Joined: Thu Apr 24, 2008 10:28 pm
Re: Beamer Presentation Question
Thank you so much for your posts! I really appreciate it. That works perfectly.