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 ...
10
votes
2answers
918 views

Rolling bullet points in beamer

Often when I use beamer for slides I use an itemize environment with \pause to show off one bullet point at a time. Also, often all the points I want to show on a single slide does not fit and I need ...
9
votes
3answers
1k views

Trouble combining enumitem and beamer

I have trouble combining two things for a set of slides: Adjust item separation globally Use default overlays of lists locally (parameter [<+->]) I use enumitem for 1. but it seems to ...
5
votes
1answer
1k views

How to have nested list overlays without wobble

I'm trying to use overlays to reveal successive bullet points in an itemize environment. Each item contains its own second-level itemize environment, which will also be revealed one item at a time. ...