Questions tagged [beamer]

Beamer is a LaTeX class for creating presentations.

Unless related to programming (e.g., the automated generation of source code from another programming language), almost all questions about Beamer and in general are better asked on TeX SE.

544 questions
16
votes
2 answers

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 displayed. I tried with onslide but it doesn't help me. Here is the…
Ionel Bratianu
  • 836
  • 2
  • 13
  • 26
15
votes
1 answer

two column beamer/sweave slide with grid graphic

I'm trying to make a presentation on ggplot2 graphics using beamer + sweave. Some slides should have two columns; the left one for the code, the right one for the resulting graphic. Here's what I…
baptiste
  • 75,767
  • 19
  • 198
  • 294
15
votes
4 answers

Tables and Figures side-by-side in Knitr or RMarkdown Beamer

I am trying to create a Beamer Presentation slide in RMarkdown / Knitr . In the slide I would like to have a table and a figure placed Side-by-side , and then some more text underneath. I can only get as far as my attempt as shown in the code. I…
SGH
  • 313
  • 1
  • 2
  • 9
14
votes
5 answers

How to resize tables generated by Stargazer in R Markdown?

I included resize.height=0.5,resize.width=0.5 in the code chunk, but still can't resize the table generated by stargazer. Can anyone tell me why? My code chunk options look like…
yuan-ning
  • 537
  • 1
  • 4
  • 12
14
votes
2 answers

How to set any font size (e.g. 32pt) with \setbeamerfont?

I want to set font size for frametitle with \setbeamerfont. How to set any font size (e.g. 32pt) with \setbeamerfont?
Viet
  • 17,944
  • 33
  • 103
  • 135
14
votes
1 answer

Export org-mode code block and result with different styles

I am preparing a presentation using org-mode and babel, and want to export to beamer pdf. In the output, the source code and the results are with the same style (verbatim in latex). Thus it is difficult to distinguish them. Would it be possible to…
Yi Wang
  • 515
  • 3
  • 12
13
votes
3 answers

How to include image on left side and text on the right side for rmarkdown presentation

How can this be done in Markdown? I am using the beamer presentation in Rmarkdown, and I want an image on the left side of a slide and text on the right side of a slide. Basically, what this does:…
wolfsatthedoor
  • 7,163
  • 18
  • 46
  • 90
13
votes
1 answer

rmarkdown beamer presentation: how to not print section slides?

I am writing a beamer presentation in rmarkdown and converting it to pdf with knitr. I want to define sections at the header1 level, e.g. # Introduction, and then have a slide titled something else e.g. ## Introducing my brilliant research. Having…
gfgm
  • 3,627
  • 14
  • 34
13
votes
4 answers

How to put a big centered "Thank You" in a LaTeX slide

I want a "Thank you" to be displayed at the center of a slide in LaTeX with a big font size.
Amit Auddy
  • 173
  • 1
  • 1
  • 3
13
votes
1 answer

Create an RMarkdown BeamerPoster template

I would like to create a BeamerPoster https://www.ctan.org/pkg/beamerposter (or some other a0poster-like poster format) using Rmarkdown. This seems possible reading http://rmarkdown.rstudio.com/developer_document_templates.html. Before I start from…
user1884192
  • 251
  • 1
  • 9
13
votes
1 answer

Alterning images in beamer is shifting to right

When I am trying to do alternating images in beamer with usage of the \only and overlayarea like this: \begin{frame} \frametitle{Tasks} \begin{overlayarea}{\textwidth}{\textheight} \begin{figure} \centering …
tucna
  • 165
  • 2
  • 8
13
votes
4 answers

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 one get the citation information, instead, on the same slide as the…
gotgenes
  • 38,661
  • 28
  • 100
  • 128
12
votes
4 answers

beamer includegraphics with screenshots

I'm using the LaTeX-Beamer class for making presentations. Every once in a while I need to include screenshots. Those graphics are pixel-based, of course. I use includegraphics like this: \begin{figure} \includegraphics[width=…
rdoubleui
  • 3,554
  • 4
  • 30
  • 51
11
votes
4 answers

Emacs ,org, beamer - No definition for class `beamer' in `org-export-latex-classes'

I am following this tutorial, and I am getting this error, when I try to export the presentation to latex: No definition for class `beamer' in `org-export-latex-classes' Note: I installed emacs from the repository in Ubuntu. And following are the…
ssapkota
  • 3,262
  • 19
  • 30
11
votes
2 answers

Code listing in LaTeX beamer presentation frames

I'm trying to create a LaTeX beamer presentation that has several Java code listings. However, I encountered a very bizarre problem - my listing snippet causes a compilation failure when in the presentation, but works just fine in some other…
Bozhidar Batsov
  • 55,802
  • 13
  • 100
  • 117
1 2
3
36 37