Questions tagged [overlays]

{overlays} is a term used by the {beamer} document class to describe the layering of slides.

820 questions
2
votes
2 answers

Overlay in margin

I want to add point in the left margin like shown on the image below. Points should be defined at the same line of each item. They would appear in the margin without changing anything else in the document (so no modification in spacing or in…
Matheod
  • 450
  • 3
  • 14
2
votes
0 answers

Put a box on top of text

I'd like to put a box on top of some latex page (in my particular case, a slide of a beamer presentation), as indicated in the picture below. How do I achieve this in latex, preferable in a way where I just give absolute coordinates for the box, and…
1
vote
1 answer

Uncover and cover

I have the following problem. I was trying to use the uncover command within an equation in my presentation. Is there any command which can do the opposite? I try to explain my self better. Suppose I have an equation like the following: Basically…
Dario
  • 1,340
1
vote
1 answer

How to overlay a box with included lstlisting

i wanna have this block appear by tapping next. \begin{block}{Methode} \begin{lstlisting} for i in range(2,N): a[i] = (a[i-1] * b + 1) % m \end{lstlisting} \end{block} i tried it with \onslide<2->{ CODE } but i get this error message (no line…
texNewbie
  • 1,211
0
votes
1 answer

Align tcolorbox in center vertically using overlay

In first slide, tcolorbox is aligned vertically center. But in second slide, unable to align the tcolorbox properly. \documentclass[fontsize=10pt,landscape,parskip=half]{scrartcl} \usepackage{scrlayer-scrpage} \usepackage[paperwidth=128mm, …
sandu
  • 7,950
0
votes
1 answer

Conflict between \newcounter and \visible

I want to compile a code of a colleague with texstudio. I shrinked the code as much as possible but it still contains the error: \documentclass{beamer} \usepackage[english]{babel} \begin{document} \begin{frame}{Summary} …
Ralph
  • 1
0
votes
1 answer

How to overlay a call-out box on text?

I wish to achieve following. There may be many variant of this.