Tagged Questions

Beamer is a LaTeX class for creating presentations.

learn more… | top users | synonyms

18
votes
2answers
3k views

Hide 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 an they sometimes collide with the ...
10
votes
1answer
267 views

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 ...
10
votes
4answers
7k 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 feature that shows the ...
9
votes
2answers
16k 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 anyone aware of any ...
8
votes
6answers
3k views

Latex: stretchable curly braces outside math

I am producing some latex beamer slides (but I think it is not a beamer specific question per se). I have the following: \begin{itemize} \item Issue1 \item Issue2 \item Issue3 \end{itemize} Now, I ...
8
votes
3answers
7k 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 overview text in ...
7
votes
1answer
200 views

Sweave,R,Beamer : How to convert the LaTex text in an Rnw file to R comments?

Say I have a .Rnw file containing the usual LaTex mixed in with R code chunks. (I'm especially interested in converting a .Rnw slides document, but this question applies to any .Rnw document). Now I ...
7
votes
1answer
153 views

Custom formatting of LaTeX (beamer) frames in Vim using the gq command

I want to be able to use the gq key combination in Vim to format the text in my Beamer LaTeX slides. For example, I'd like gqap to transform this: \begin{frame}{Some title} \begin{itemize}\item ...
6
votes
2answers
2k views

LaTex, Problem 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. ...
6
votes
4answers
9k views

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 ...
6
votes
1answer
4k 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 frame, but with a ...
5
votes
4answers
671 views

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
5
votes
1answer
2k views

Using LaTeX Beamer to display code

I'm using the following LaTeX code in a Beamer presentation: \begin{frame} \begin{figure} \centering \tiny \lstset{language=python} \lstinputlisting{code/get_extent.py} ...
5
votes
4answers
6k views

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: ...
4
votes
1answer
360 views

Having multiple slide templates in LaTeX Beamer

I'd like to create a presentation using LaTeX beamer, that has two different sort of slide templates/layouts: one for slides with a background image and one layout/template for slides without a ...
4
votes
1answer
3k views

Changing the colour of \textbullet in LaTeX Beamer

I don't want to use Beamer's standard blue colour theme. I want to use beaver, which is deep reds. Everything looks nice, except that if I use itemize the bullet points are still blue. Is there a nice ...
4
votes
1answer
1k views

latex beamer: prevent showing the TOC at one occation

Normally I use \AtBeginSection[] { \begin{frame}<beamer>{Gliederung} \tableofcontents[currentsection] \end{frame} } in my preamble to reach that before a new sections starts the TOC ...
4
votes
1answer
905 views

tikz: set appropriate x value for a node

This question resulted from the question here I want to produce a curly brace which spans some lines of text. The problem is that I have to align the x coordinate manually, which is not a clean ...
4
votes
1answer
2k views

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?
4
votes
1answer
813 views

LaTeX beamer free-flowing two column?

So in standard LaTeX, there is \twocolumn, where I can just type text, and it'll go down the left side of the page, then continue at the top of the right side of the page. Now, I know that inside of ...
4
votes
3answers
94 views

How to best manage multi-lingual presentations?

I have a presentation done in Latex+Beamer, currently in french. I also need to make the same presentation, with the same structure, in dutch. I'd like to maintain the presentation in one file, so ...
4
votes
6answers
7k views

Best font size for Latex Beamer

I am preparing a presentation in latex using the beamer package. I am wondering what font size "pros" who give a lot of presentations use to make sure people in the back of the room can see. The ...
4
votes
2answers
3k 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. For example: ...
4
votes
2answers
1k 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 displayed. I tried ...
3
votes
2answers
664 views

How can I change fonts in a beamer presentation that uses Sweave?

When I include \usepackage{Sweave} in the preamble of a beamer presentation, beamer ignores changes to font, e.g., \usepackage{helvet}. Here is a minimal example: ...
3
votes
2answers
986 views

How to get rid of navigation bars in beamer?

How can I remove the navigation bar of sections and subsections on the top of each slide generated from a beamer latex file? I'm using the package beamerthemesplit.
3
votes
1answer
2k views

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 ...
3
votes
2answers
1k views

Resize matrix in LaTeX beamer

Hi I was wondering how to resize matrices in a beamer environment. Currently I am writing the following code: \begin{align*} \left( \begin{array}{ccccccc} 0 & 1 & & & ...
3
votes
2answers
10k views

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 ...
3
votes
1answer
3k views

How do I change the block template for specific theorem environments (LaTeX beamer)

The amsthm theorem environments (theorem,example,proof,solution,...) make blocks on beamer slides. The default is that example environments use a different template (block example) than theorem or ...
3
votes
1answer
754 views

Resizing screenshots/screen captures for inclusion in Beamer

Sorry, this may or may not be a programming question directly, but I am trying to resize screenshots with Imagemagick and Gimp to include in a Beamer presentation, but it comes out even blurrier than ...
3
votes
2answers
977 views

centering titles when using the beamer class in latex

I want to center the frametitles on my talk. I understand that the beamer class has a built-in ability to center frametitles, but I can't figure out how to do it. It is something like: ...
3
votes
2answers
392 views

LaTex: start a command in the beginning of an environment and end it in the ending definition

This may be dumb or obvious, but I am learning to make sty files and I have been modifying some code from the beamerposter project. Anyway, I have this: \def\postercolumn#1 ...
3
votes
3answers
3k views

Link to external application in LaTeX Beamer

Is there a way to link to an external application (so that it starts) when clicking on a link in a PDF file, e.g. in a beamer class LaTeX file?
3
votes
2answers
5k 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 one get the ...
3
votes
1answer
2k 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" option available in Unix ...
3
votes
1answer
1k 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 \item D \pause ...
2
votes
2answers
58 views

Create Vim file type for beamer presentations that modifies tex file type based on file extension and content of first few lines

When I write beamer tex slide presentations, I have developed a few modifications to the tex filetype that I would like to operate by default on beamer documents. When I create a beamer document it ...
2
votes
1answer
407 views

Putting citation in supercript within Beamer

I try do to cite some authors into my beamer. The citation takes place within a frametitle. It works perfectly fine until I want to superscript them. I try with package [super]{cite} and it doesn't ...
2
votes
0answers
520 views

changing font in notes area for beamer

I want to change the fonts in the note area of the slide. I have used: \setbeamerfont{note page}{size=\tiny} but it does not work with second level itemized items. * first level itemize item * ...
2
votes
1answer
1k views

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 ...
2
votes
1answer
2k views

Side-by-side institutes in latex beamer title page

On the title page of my Beamer presentation, I have three authors, from two institutes. The authors get listed side-by-side, which is fine. Less fine is that the institutes get listed one on top of ...
2
votes
1answer
2k views

Page numbers in LaTeX Beamer

in LaTeX Beamer, the total number of slides includes those that only contain the table of contents before each section/subsection, which increases the total number of slides unnecessarily. Is there ...
2
votes
2answers
1k views

Latex: text should automatically fill the frame in Beamer slides

In beamer frames I want the contents to be spread out evenly across the frame. Using option \documentclass[slidestop]{beamer} I can easily specify the contents to be top/center aligned but when I ...
2
votes
1answer
2k views

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 ...
2
votes
2answers
1k views

Changing the textwidth of the notes in Beamer (LaTeX)

I've been using the beamer class to create presentations in LaTeX and I love it. Recently I started using the \note command to add notes to my handout so that I have a printed version with some ...
2
votes
1answer
4k views

Remove the slide count from Beamer footer

I would like to remove the slide count (e.g., SLIDE_NUMBER / TOTAL_SLIDES) from the footer (footline) of a Beamer presentation, without removing the footer entirely. I am using the Boadilla theme, ...
2
votes
1answer
412 views

Creating a New Environment with Multiple Sub-environments in Latex

I'd like to create a newenvironment that could contain two lists, each with an arbitrary number of items. Some fixed text \begin{itemize} \item item 1 \item item 2 \item item 3 \item item 4 % Maybe ...
2
votes
2answers
2k views

Getting started with Latex Beamer Template editing

For some time now I've been wondering whether I could create a custom template for the Latex Beamer class for my own presentations and how hard it would be. The problem is I can't seem to find any ...
2
votes
2answers
754 views

Insert lecture number and page number of lecture in footline

I am dividing a semester's worth of lectures via the \lecture command. I'd like to have in the footline (among other things) the lecture number, date, and page number of the current lecture. I would ...

1 2 3