Tagged Questions
4
votes
1answer
124 views
Cell coloring (highlighting) with in-out effects in a table in beamer
I need cell coloring (or highlight effect) in a cell of a table in beamer after a click (I mean, I am planning to talk about something in that frame and I will emphasize just a number in a cell at the ...
2
votes
1answer
142 views
Beamer pause and grey not in order
I have a slide that is produced by the following codes:
\begin{frame}[plain]
\begin{itemize}
\item Current work 0
\item Future works 1
\item Future works 2
\begin{center}
...
3
votes
1answer
69 views
The use of \pause in beamer is causing the unnecessary addition of headers
I'm trying to use Beamer to create a presentation however I've got a problem when trying to use \pause to create an overlay.
The following is the code I'm working with...
\documentclass{beamer}
...
1
vote
1answer
82 views
Make all elements in pause cleared (Beamer)
I have more than two elements in one frame that I would like to have in \pause.
But the \pause make me appear only the next element cleared.
I want that all elements in the same frame in pause appear ...
3
votes
2answers
127 views
\pause functionality changed in texlive2012 compared with texlive2011?
I recently upgraded from texlive2011 to texlive2012. The transition was relatively smooth, but today, I found one problem. In my beamer slides, under texlive2011 distribution, the following ...
5
votes
2answers
261 views
4 images on a frame appearing each a a time - fine tuning beamer
I have a figure which consists of 4 plots, Full figure here, and I want to have them appearing one by-one in the presentation (from left to right, top to bottom). I managed to do this by including ...
7
votes
1answer
686 views
Showing a text after an itemize[<+->] with \pause creates double slide
I've come across some strange interaction between overlay specification and \pause. Basically I have an itemize and after some text(or block). I want to step through the itemize and after that show ...
3
votes
1answer
178 views
How to sync Beamer notes and pause commands?
I want to use \pause in my lecture notes, and I want a notes-only version that uncovers different notes before each pause. I thought of using the \note<.>{"my note"} syntax, because my ...
8
votes
2answers
602 views
In beamer, how to use \pause inside \only
I want to use \pause inside \only as in the example below. Sometimes it works well (see slides 2 and 3), but sometimes it doesn't (see slides 5 and 6). Why?
\documentclass{beamer}
...
7
votes
1answer
519 views
Beamer - Using \pause within lstlisting
I am preparing a beamer presentation and using the lstlisting environment in order to put in code. However, I would like to use the \pause command within lstlisting. By definition that is not ...
3
votes
2answers
1k views
\pause and \framebreak in the same frame
I'm trying to use \pause and \framebreak in the same frame and it does not work.
The reason why I need that is that I'm writing a proof over several slides but don't want the stuff showing up all at ...
5
votes
2answers
1k views
How to omit a single pause when using \beamerdefaultoverlayspecification{<+->} command
I just started using Texlipse as my Latex environment, and in it's default presentation settings I discovered a wonderful command that lets me omit all the \pause commands in my presentation.
By ...
8
votes
1answer
653 views
How to disable beamer's dimming of covered text
In Beamer, when you use \pause \uncover, or <+-> with itemize, the text that is covered is dimmed. But that could be distracting since people can still read ahead. Is there a way to disable this ...
6
votes
1answer
406 views
How to create step by step annotated programming tutorial in LaTeX?
(question inspired by How to create a crossword puzzle in LaTeX? and provided solutions)
How to make in most comfortable way in LaTeX (I use pdfLaTeX, but I am open for LuaTeX solutions) annotated, ...
9
votes
2answers
472 views
Spacing in beamer seems to change when \pause is added
beamer seems to sometimes add vertical space when I add \pause commands; an example is below. Is there some way to avoid that?
\documentclass{beamer}
\begin{document}
\begin{frame}
Without pause:
...
5
votes
2answers
6k views
How to pause figures in beamer
I would to \pause two different images (as I can to do with text). This is the ideal code:
\documentclass{beamer}
\usetheme{Copenhagen}
\setbeamercovered{dynamic}
\begin{document}
\begin{frame}
...
0
votes
2answers
584 views
LaTeX listing counter counts with every \pause-command?
I'm writing a TeX-File for a beamer presentation and have a problem with the \pause-command and the listing counter:
The Listing counter increments its count with every \pause command – although I ...
9
votes
2answers
825 views
\pause in tikzpicture breaks footline
I've discovered that you can \pause within a tikzpicture, which works well until I switched the theme to one with a footline.
I've created a "test case" that illustrates the problem.
...
8
votes
2answers
618 views
Equation numbering problems in AMSMath environments with \pause
I'm writing a beamer presentation, and trying (unsuccessfully) to use \pause to step through a numbered array of equations, with the equations appearing in turn, and the corresponding numbers ...
10
votes
1answer
2k views
Beamer \pause with TikZ
Is there a way to introduce parts of a tikzpicture with \pause or similar in Beamer without resorting to incrementally redrawing the tikzpicture over multiple frames?
Intercalating TikZ draw commands ...
9
votes
4answers
3k views
Problem with beamer's \pause in alignments
I have the following code, (edit:) now without aligned.
\documentclass{beamer}
\mode<presentation> { \setbeamercovered{transparent} }
\begin{document}
\begin{frame}
\[
\begin{cases}
...
5
votes
2answers
649 views
\pause messes up the page layout
I'm having a frame in beamer which compiles just right when I do not use pauses (\pause). However, when I pause the different list items, the last items do not appear on the frame anymore (actually, ...