Tagged Questions
6
votes
1answer
294 views
Tikz overlay for subfigure environment- beamer
I have been trying to create a list and a bunch of subfigures (both on each half of the slide). I have used \setbeamercovered{transparent}to progress along the list per keystroke. I want this ...
6
votes
1answer
140 views
How not to show a label under a graph using subfloat — restart numbering of labels
I have this code:
\documentclass{beamer}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage[caption=false]{subfig}
\graphicspath{{/folder/images/}}
\title{}
...
3
votes
1answer
566 views
Insert graphs and text side by side
I wanna know how can I draw graphs and arrows with text, side by side in Beamer as shown in the figure of this question
Drawing arrows in beamer
Can someone post the code?
4
votes
1answer
329 views
Why subfigure are not centered
I'm using beamer with subfigure. I would center it but doesn't work. Why? A MWE follows:
\documentclass{beamer}
\mode<presentation>
\usetheme{Warsaw}
\usepackage[utf8]{inputenc}
...
5
votes
1answer
4k views
Beamer + subfigure numbering
When using beamer with the subfigure package, the subfigure labels (a), (b) etc. are not reset at the beginning of a new figure.
Example:
\documentclass{beamer}
\usepackage{subfigure}
...
2
votes
1answer
1k views
beamerposter subfigure
I am making a poster with beamerposter and it is treating all my subfigures as part of a single figure, lettering them (a), (b), ..., (q), even though I very clearly \end{figure} several times, which ...
10
votes
3answers
8k views
Subfigures in beamer documents
I'm using beamer package to produce slides. I put many figures on a slide by using the subfigure package. The problem is that for captions, the subfigure are labeled "a", "b".. "m", "n" and so on, for ...