{overlays} is a term used by the {beamer} document class to describe the layering of slides.
2
votes
1answer
671 views
Using beamer overlays to set different styles in TikZ [duplicate]
Possible Duplicate:
How to make beamer overlays with Tikz node
I'd like to draw a figure in TikZ for a beamer presentation, and color various nodes differently in different overlays of the ...
22
votes
1answer
351 views
is there a “size-independent” method for overlaying two symbols to form a composite?
in this question
a composite symbol "diamond plus" is requested for use with plain TeX.
a good-looking version was provided, but it works in only one size.
if the same symbol is needed for a title or ...
1
vote
0answers
634 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 ...
6
votes
2answers
198 views
Specify which picture variant to show
Inside a frame I am including a .tex file containing a TikZ picture with several overlay specifications such that they result in 9 variants of the same picture, that is, that frame has 9 slides.
...
5
votes
3answers
217 views
Displaying page construction guides
Is there any way to overlay some lines and dimensions on the document so that one can see where the margins end and more easily examine the overall layout and ratios of elements on the page?
See for ...
28
votes
2answers
678 views
An Example from the Microtype Documentation
While exploring the depths of the microtype package with regard to LuaTeX I came across this innocent looking page 18 from the microtype.pdf 2.5 beta-08.
As the blue note in the margins hints a ...
5
votes
2answers
577 views
Beamer - Weird bug in bibliography
I am putting bibliography in my last frame. It seems that the command
\beamerdefaultoverlayspecification{<+->}
makes the article symbols look like book. You can see this by remarking this ...
4
votes
3answers
1k views
Beamer - gradual exposure in the same frame
I want to reveal gradually several items in the same frame in a certain order. In the following MWE I want to reveal item 1 (make item 1 appear first), then reveal table 1, then reveal item 2, then ...
7
votes
1answer
260 views
epsdice does not respect beamer overlay with \setbeamercovered{dynamic}
I am trying to use the package epsdice in a beamer presentation.
This package provides the command \epsdice which takes a numerical argument between 1 and 6 and draws the corresponding face of a die. ...
11
votes
2answers
1k views
TikZ picture on the entire frame in beamer without using overlays
I have a beamer presentation with several TikZ diagrams that spread across the entire frame, i.e., use the full screen size. I am using the overlay option to make sure the picture captures the entire ...
4
votes
2answers
431 views
Is there a way to uncover arrows in an xymatrix?
Is there a way to uncover arrows in an xymatrix? Usually when I have problems with \uncover I use multiple frames, but I would like to be able to do this on a single frame.
Here is a sample: I would ...
4
votes
2answers
334 views
How to change subsection title within a frame through overlay in beamer?
On a given beamer slide with three bullet points that are uncovered sequentially, I want the subsection title to alternate with every new bullet that shows up.
...
6
votes
1answer
477 views
How to correct \insertpresentationendpage in presence of \uncover
The command \insertpresentationendpage is supposed to insert the page number of the last page of the presentation, excluding the appendix. However its value is incorrectly increased if \uncover is ...
3
votes
1answer
561 views
tikz spy with beamer overprint
In my presentation, I want to successively highlight different parts of my image using the TikZ spy library.
Due to size constraints, the actual highlight is outside of the included image.
Therefore, ...
7
votes
1answer
1k views
In beamer, how to strike through an item after displaying
In a beamer frame I have a item list
\begin{itemize}
\item<1-> World peace
\item<2-> Peace in our neighbourhood
\end{itemize}
How can I strike through the first item on the second ...
3
votes
2answers
439 views
System of linear equations wobbles
I tried to illustrate how to solve a system of linear equations but I don't come along with the different approaches to position the equations. They are shifted at some slides, e.g. if an arrow is ...
4
votes
2answers
2k views
Latex-Beamer: overprint-environment wobbles
I am new to the beamerclass and I am currently trying to write a presentation containing lots of derivations. On one point I want to overlay a derivation by its conclusion and I use the ...
2
votes
1answer
1k views
Beamer color overlay in equation environment
I want to use this overly command
<2->\alert<2>
inside an equation environment to color some terms.
How can I do this?
7
votes
1answer
308 views
reference overlay numbers with names
I have two-column slides where there is a tikz figure on the left, and itemization on the right. There is >10 overlays due to pauses in the itemization, and some pieces of the tikz picture are ...
5
votes
1answer
513 views
symbol for proper ideal (\unlhd + \lneq)
How can I write the symbol
for a proper ideal?
The standard relations \leq,\subseteq both have a "proper" version \lneq,\subsetneq, but I was unable to find a "proper" version of either \unlhd ...
6
votes
2answers
890 views
verbatim and overlays
I am trying to display a verbatim environment in an overlay. I have the following code but it is giving errors:
\only<2->{
\begin{verbatim}
Select T3.Subject
From T as T1, T as T2, T as T3
...
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 ...
2
votes
1answer
345 views
Vertically Aligning or Locking Text in Beamer Presentation
I understand that by using overlays in a beamer presentation, one is able to lock text within a frame, and continue to display other items without affecting the position of the previous item(s) being ...
19
votes
1answer
3k views
Simplest way to overlay a text + rectangle label an image?
For my figures thus far I've been using LaTeX's straightforward figure code, i.e.:
\begin{figure}
\centering
\includegraphics[width=6.5in]{figure.png}
\caption[Stuff here]{(A) More stuff ...
3
votes
1answer
677 views
Tikz overlay picture over the frame title in Beamer
I am trying to put a tikz overlay picture - A nice, thick red 'X' over a word - On the frame title of a Beamer frame. However, the overlay tikz picture in the frame does not recognize the nodes given ...
9
votes
1answer
595 views
Draw Pareto chart with pgfplots?
I've been following the pgfplots documentation to make some basic bar charts, mostly following this example:
\begin{tikzpicture}
\begin{axis}[
ybar, ymin=0,
width=12cm, height=3.5cm, ...
10
votes
3answers
2k views
How can I add text in the top right corner of a page _without_ using fancyhdr
I want to put a block of text into the top right corner of my document (which uses the article class). The specifications of the document's formatting are very detailed, and it has taken me about 2 ...
4
votes
1answer
531 views
Latex - Beamer: Applies the \cancel command only a specified slides
In beamer, overlay specifications can be used to make certain text
commands take effect at different times. For example, \alert<2> applies the alert command only on the second slide.
Is there ...
4
votes
1answer
164 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 ...
0
votes
1answer
279 views
How can I write multi line text on the foreground of pages, and how can I align it?
I'm using this to write on the foreground of individual pages of a large PDF (hopefully), i.e one with white spaces to enter in LaTeX notes.
\documentclass{article}
\usepackage{pdfpages}
...
2
votes
1answer
2k views
Show a frame step by step
I have seen people showing one slide progressively by pressing Enter. Could anyone tell me how to realize that in Beamer?
5
votes
4answers
766 views
Beamer vs. Minted: overlays
How to use beamer overlay inside minted code? The obvious solution does not work:
\documentclass{beamer}
\usepackage{minted}
\begin{document}
\begin{frame}[fragile]
\frametitle{Foo}
...
4
votes
2answers
2k views
Automated overlay specification with \only and \enumerate
Sometimes, when a list of items is too long to fit on a slide, I do the following to achieve a somewhat better result (ignore commented lines for now):
\documentclass[t,10pt]{beamer}
...
13
votes
2answers
3k views
Installing background and foreground page layers with TikZ
Several times I discovered the need to draw TikZ material behind and on top of the page text (How to draw text-anchored tikz line below text instead of above?, Test if a paragraph has a page break in ...
2
votes
2answers
2k views
Beamer \color overlay with more than one color
By using \color<3-4>{blue}{text}, the text will be blue on slides 3 and 4, and black on other slides. Is it possible to make the text red on slide 1 at the same time?
27
votes
3answers
2k views
\subseteq + \circ as a single symbol (“open subset”)
I'm trying to create symbols \opn for "open subset" and \cls "closed subset". I want them to look like this:
My current solution is:
...
3
votes
1answer
5k views
Centering images and overprint in Beamer
I'm trying to create a beamer presentation with several images replacing each other on consecutive slides. I've gotten it to work with overprint and \onslide, but cannot get the images centered on the ...
7
votes
2answers
2k views
How do you superimpose two symbols over each other?
I want to superimpose two symbols, e.g. I want to superimpose \vee and \wedge and > and < symbols over each other (not above each other as in stackrel) and Q with a horizontal strike through ...
6
votes
2answers
2k views
Dancing images in beamer
When creating a slide using pauses and \only, I am getting cases where the content shifts between slides. I have tried using overlayarea and overprint as described in Avoiding jumping frames in beamer ...
7
votes
4answers
557 views
Representing linguistic text annotations in LaTeX
I'm writing a document describing the semantics of opinion phrases in English, and in order to do so, I'm annotating particular spans of text as having particular semantic functions within the ...
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.
...
3
votes
1answer
260 views
Overlaying caron and a vowel in boldface and italic styles
I found that a lovely typeface I wanted to use did not contain the graphs ǎ ě ǐ ǒ ǔ ǚ, which I need for Pinyin romanization in text mode. Discussion below takes ǎ as the example.
Using the graph ǎ ...
1
vote
2answers
725 views
Changing elements of arrays in Beamer without shifting the unchanging elements.
An array is to be displayed in a Beamer presentation with some elements constant across all slides in the frame. Other array elements, however, must change with the overlay in the frame and are of ...
4
votes
1answer
2k views
What are the correct arguments for overlayarea?
When I compile the following code, pdflatex takes up 100% of one of my CPU and doesn't stop. I'm probably passing wrong arguments to overlayarea, since I have no idea what they should do (the ...
11
votes
5answers
4k views
Beamer alt command like visible instead of like only
The beamer command \alt<*overlay specification*>{foo}{bar} will insert foo if the current slide is within the given overlay specification, and bar otherwise. It's equivalent to
...
17
votes
2answers
3k views
Overlay symbol with another
Is it possible to overlay a symbol with another?
I want to write an equal sign with a question mark overlayed (or the other way around).
Note I don't want
\stackrel{?}{=}
I want the question ...
8
votes
2answers
6k views
How do I alternate graphics in LaTeX beamer
I'm trying to alternate graphics on a slide:
\frame{
\frametitle{Verkette Liste Beispiel}
\begin{figure}
\includegraphics<1>[scale=0.7]{pics/List-0.pdf}
...
14
votes
2answers
1k views
Write text above other text
What I would like to do is to make corrections to a document- to cross out some text using the ulem package and then to put the "correct" answer above it.
e.g.
...
7
votes
3answers
6k views
Beamer vs. TikZ: uncover nodes step-by-step
I'm trying to uncover a TikZ image piece-by-piece like so:
\documentclass{beamer}
\usepackage{tikz}
\usetikzlibrary{positioning}
\begin{document}
\begin{frame}{Linearity}
\begin{center}
...
13
votes
3answers
4k views
In a beamer slide highlight a region of an image with a rectangle overlay
I have a slide with a figure in it. I want to draw a rounded corner rectangle overtop part of a figure to highlight that section. Bonus points if you can draw two rounded rectangles as overlays ...