0
votes
2answers
54 views
How to include a code snippet in a beamer presentation?
Hi folks,
What's the best way to include some code snippets in a beamer presentation?
I've already tried verbatim, and lstlisting environments - both destroyed my presentation.
2
votes
1answer
153 views
Semi-transparent figures in beamer (pdflatex)
I am attempting to use overlays with figures to save myself from creating a different image for each slide. The overlay works with any text I include, but not with the figures. Fo …
1
vote
2answers
194 views
Putting citation text on same slide with LaTeX Beamer
By default, using \cite in the Beamer class of LaTeX places the actual citation information at the end of the presentation on a separate slide containing the bibliography. How does …
1
vote
1answer
260 views
How to draw borders around slides in latex beamer handouts
I am using the LaTeX beamer package. How do I draw a border around each slide when I use the handout format (eg. {4 on 1}). I would like to have something silmilar to the "-d" opti …
1
vote
1answer
731 views
Latex/Beamer, column environment. Horizontal alignment of overlays
I am trying to prepare a presentation using beamer. I want to have two columns that walkthrough some algebraic manipulations. On the left an explanation of the steps taken, on th …
1
vote
2answers
793 views
How to Remove Footers of LaTeX Beamer Templates?
I am using the "beamerthemesplit" template of the Beamer LaTeX package. This templates includes the author's name and the title of the presentation in the footer of all pages. Is a …
0
votes
1answer
78 views
Way to include text in beamer presentations that is shown at handouts but not at the slides
Hi,
is there some nice way in Beamer presentations (Latex) to include text (own remarks) that wouldn't be shown at the slides but would be printed with the handouts (little bit li …
3
votes
3answers
551 views
Ignoring page numbers in backup slides
I am using the beamer document class in latex to make a presentation. I will have a number of back up slides which are there for offline viewing, reference etc. Beamer has a feat …
1
vote
2answers
254 views
How to change an image on a slide in Latex?
In a frame I have two columns. In the first column I display some information using an itemize. When I display a new item I want to change in the second column the image which is d …
1
vote
1answer
297 views
Can I go to another frame during an itemization with LaTeX Beamer?
Basically I want to do something like this:
\begin{frame}{Frame 1}
\begin{itemize}
\item A \pause
\item B \pause
\item C \pause
\showsubframe
% continue here …
1
vote
1answer
1k views
How to split table of contents across multiple slides with Latex Beamer?
I currently am preparing some slides for a presentation and am using Latex with the Beamer package. Currently the sections and subsections of my presentation cause the presentation …
2
votes
2answers
910 views
Making LaTeX Beamer Black & White
Is there a way to make LaTeX Beamer output black & white? I need it for paper printing purposes. I'm using the default color theme, and for contrast reasons I need the title an …
4
votes
1answer
1k views
LaTeX Beamer package, change frame title in \againframe
Is it possible to change the frame title when using \againframe from the Beamer package, in LaTeX? I would like to have a previous frame displayed, at a specific slide inside the f …
