3
votes
2answers
104 views

Uncover items piecewise

I would like to uncover items piecewise, but have two items appear at the same time. I use the beameruserguide page 215 to do so as \documentclass{beamer} \begin{document} \frame{ ...
5
votes
1answer
155 views

\overprint inside \itemize problem — shaky frames

I'm having troubles with a presentation. I want to create something like this \documentclass{beamer} \usepackage{ulem} % To strikeout text \begin{document} \begin{frame} \begin{itemize} ...
1
vote
1answer
305 views

Shorthand overlay specifications for bold text

The following MWE shows the list piece by piece and each item is alert when displayed and back to normal when the next item is displayed. How can I add more default overlay specifications to the ...
11
votes
1answer
369 views

How do I insert a full screen picture inside an itemized environment?

I'm using beamer to create slides and I would like to place a full screen picture with a black background inside an itemized environment. What I tried so far is: \documentclass[10pt]{beamer} ...
5
votes
1answer
612 views

Beamer: Pausing before the first item in itemize[<+->]

In Beamer, \begin{itemize}[<+->] causes items to appear one-by-one. However, item 1 is visible starting from the first slide itself. Is there a way to insert a pause before the first item too? ...
1
vote
0answers
635 views

Overlaying in Beamer — Setting the text on each overlay to be in the same spot when each overlay has some different text [closed]

I am trying to create a slide in beamer that has four overlays. There are four sections to the slide. On each overlay, each subsequent section of the slide appears and along with additional ...
4
votes
1answer
165 views

Beamer: Synchronize overlays for itemized list items in presentation slide and notes slide

I am making a presentation using Beamer and I would like for most of my slides to have an itemize list on the presentation slide that is uncovered using the <+-> style. On the associated notes ...