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
95
votes
2 answers

Hiding the presentation controls in LaTeX beamer presentation

I am currently building a presentation using LaTeX beamer. Is there a way to hide the presentation controls on the bottom of the slides? I don't use those controls, and they sometimes collide with the slide's text.
Fabian Meumertzheim
  • 1,569
  • 1
  • 11
  • 21
83
votes
9 answers

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 feature that shows the progress through the presentation as…
mwlebour
  • 1,001
  • 1
  • 7
  • 7
73
votes
2 answers

Plot size and resolution with R markdown, knitr, pandoc, beamer

Doesn't fit on the slide by default, doesn't even print by any other means. Here's the .Rmd: Edit: it seems you have to use plot() in every chunk. Second plot now prints. # Plot should show at high resolution ```{r echo=FALSE, comment = ""} # load…
nacnudus
  • 6,328
  • 5
  • 33
  • 47
65
votes
2 answers

How to get rid of navigation bars in beamer

How to remove the navigation bar of sections and subsections on the top of each slide generated from a beamer latex file? By the way, in my preamble, I wrote: \setbeamertemplate{navigation symbols}{} \usepackage{beamerthemeshadow}
user376089
  • 1,245
  • 3
  • 14
  • 18
59
votes
5 answers

Beamer: How to show images as step-by-step images

I'm trying to make a presentation using the Beamer class. I want to show a simple list of images, one by one in one frame, just like when you use itemize<+->. I have no problem showing the images one-by-one, but the images shifts every time I insert…
aagaard
  • 1,596
  • 2
  • 14
  • 28
58
votes
6 answers

How do you change the image of a bullet point in LaTeX Beamer

When I use the itemize environment, i.e. \begin{itemize} \item one \item two \item three \end{itemize} The bullet points are ugly bitmap graphics that have harsh (aliased) edges. I'd like it to be a nice, clean font character or vector…
cheshirekow
  • 4,797
  • 6
  • 43
  • 47
58
votes
5 answers

LaTeX beamer: way to change the bullet indentation?

I've checked the Beamer Class manual (PDF file). I can't figure out how to change the indentation bullet assigns to \itemize. [This is kind of important, as I'm using 2 column slides, and I don't want beamer to steal too much horizontal space].
anon
  • 41,035
  • 53
  • 197
  • 293
53
votes
3 answers

LaTex, issue with Beamer and Listings

I'm trying to add some code in a presentation made with LaTex. I used beamer, added some frames without problems but once I add the listing, I can't compile the presentation anymore. \begin{frame}{Code} \begin{lstlisting} Sample…
Thomas Schwery
  • 795
  • 1
  • 7
  • 9
50
votes
4 answers

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 overview text in the table of contents slide to extend past the…
Nexus
  • 1,542
  • 1
  • 12
  • 19
38
votes
6 answers

Slides with Columns in Pandoc

I would like to have code and an image side-by-side in a Beamer slide. In LaTeX I would do this with columns. I would like to use markdown within the column structure. \begin{columns} \column{.5\textwidth} ~~~~~~~~Python >>> some python…
MRocklin
  • 55,641
  • 23
  • 163
  • 235
34
votes
4 answers

Add author affiliation in R markdown beamer presentation

How to add author affiliation in a new line in an rmarkdown beamer presentation? --- title: "This is the title" author: "Author" date: "Thursday, April 09, 2015" output: beamer_presentation --- ## Slide with Bullets - Bullet 1 - Bullet 2 - Bullet…
Crops
  • 5,024
  • 5
  • 38
  • 65
31
votes
2 answers

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 anyone aware of any way to suppress this footer?
reprogrammer
  • 14,298
  • 16
  • 57
  • 93
27
votes
5 answers

How to make PDF presentations in Markdown

Is there a LaTeX style, header, or something so that e.g. markdown2pdf from pandoc would produce a PDF having a new page with each H1/markdown heading? Cheers
type
  • 1,137
  • 2
  • 9
  • 16
25
votes
1 answer

How do I change the footer/footline of a single frame in Beamer?

So basically I've got something like this at the top of my tex file: \setbeamertemplate{footline}{Number \insertframenumber} This applies "Number <#>" to the footer/footline of all frames. Now what I want to do is change the footline for one…
Jonathan Apodaca
  • 5,458
  • 6
  • 30
  • 41
22
votes
1 answer

Rmarkdown Beamer 16:9 aspect ratio

How to set the aspect ratio of beamer slides created using Rmarkdown in Rstudio to 16:9? It does not seem to be a standard option. I tried changing the \documentclass{} options using a header.tex insert but this was not successful.
Julian Karch
  • 444
  • 4
  • 20
1
2 3
36 37