Beamer is a LaTeX class for creating presentations.

learn more… | top users | synonyms

0
votes
1answer
22 views

How to embed a WebGL output in May Keynote?

I have some output in WebGL format, is there a way for me to embed this in a KeyNote or PowerPoint or LaTeX-Beamer presentation so that I change the orientation and zoom during a presentation.
2
votes
0answers
30 views

allowframebreaks in beamer shading box disappear using knitr

I have the following code \documentclass{beamer} \begin{document} <<setup, include=FALSE>>= opts_chunk$set(out.lines = 4) opts_chunk$set(size = 'footnotesize') options(width=60) ...
0
votes
0answers
19 views

how to have the journal name shown when I cite a paper in beamer? [migrated]

I am writing a beamer presentation and I would like citations to appear (in the text!) like [Doe et al., Journal of Latex Greatness, 2007] Instead if I use only the \cite{} command (together ...
0
votes
1answer
30 views

LaTEX / Beamer, Long URI generates Runaway Arguement Error [closed]

I'm trying to include a torrent magnet link in my presentation, but I cannot for the life of me get it to compile. I'm wondering if there's anyway to have the compiler ignore anything within a set of ...
4
votes
2answers
133 views

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} ...
0
votes
0answers
45 views

LaTeX shapes positioning [closed]

Hello! I am new in LaTeX. I have a converter project which converts an ODP presentation to LaTeX Beamer. I have converted the texts with formats successfully, but I can't convert the shapes. The ODP ...
0
votes
0answers
32 views

Is it possible to distinguish between note and normal slide in PDF generated using latex beamer? [closed]

There are many ways to generate notes using beamer. I can put them on a separate file, side to side with my slides, or I can put them between my slides. When I use this option (\setbeameroption{show ...
0
votes
0answers
195 views

Beamer Slide Margins (Darmstadt Theme) [closed]

I'm creating a beamer presentation, and I have a background image that I'm using for my slides. It's working great, except that the background image has a small amount of text on it towards the bottom ...
3
votes
1answer
277 views

R chunk code stay inside the Beamer frame

Here is my MWE code. \documentclass{beamer} \begin{document} <<setup, include=FALSE>>= # smaller font size for chunks opts_chunk$set(size = 'footnotesize') options(width=60) @ ...
1
vote
1answer
69 views

How to eliminate the navigation bar on top of the page number in Latex Beamer in only ONE slide? (not the entire document) [closed]

I would like to remove the navigation bar (containing circles and other things) from one of the slides of my presentation. I read in this forum that by adding "\beamertemplatenavigationsymbolsempty" ...
0
votes
0answers
117 views

Missing bullet points with unicode-math package in Beamer document [closed]

I'm using XeLaTeX on TeXShop trying to set up a presentation with the Beamer class, and wanted to take advantage of the Zapfino font in the frame titles. If I'm understanding correctly, in order to do ...
0
votes
1answer
199 views

Using Circuitikz in Beamer

I cannot compile a beamer presentation with the circuitikz package. Does anyone know if it is possible, I get an error: undefined control sequence \usepackage{circuitikz} Below is my code ...
0
votes
0answers
60 views

beamer - how could I create a “movie” from a set of graphs

From a set on graphs in different pdf files, how would you create a movie to be inserted in a beamer presentation (LaTeX)? I would like the first graph to appear on the slide and the remaining ...
0
votes
0answers
393 views

How to install beamer in MikTex 2.9? [closed]

I'm having problem with MikTeX 2.9. I can't make presentation using beamer. I downloaded the latest version of MikTeX, which is version 2.9. But after installing, and running a TeX codes which is ...
2
votes
1answer
397 views

How can I repeat a beamer frame with Org-mode?

With Beamer frames can be repeated by labeling the frame that should be repeated such as \begin{frame}[label=framelabel] ... \end{frame} and then using \againframe{framelabel} at the place where ...
2
votes
1answer
327 views

How do I define sections for a custom beamer class in Org-mode?

When I try to make a custom beamer class for Org-mode by manipulating org-export-latex-classes I do something like: (add-to-list 'org-export-latex-classes '("mybeamer" ...
7
votes
1answer
389 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
2answers
402 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 ...
3
votes
0answers
347 views

How do I use overlay specifications for lists in org-mode's beamer export feature?

It seems like itemize lists are automatically generated in the beamer export for org-mode. I can specify things like <only@2> for things like blocks, but it seems like I have to write out an ...
13
votes
1answer
866 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 ...
1
vote
2answers
371 views

Compile and display PDF of individual slide in beamer presentation using Vim

I use Vim as my text editor and I quite like beamer as a slide presentation tool. However, compiling a large beamer presentation can take a little bit of time (perhaps 10 or 20 seconds). This time is ...
2
votes
2answers
175 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 ...
3
votes
2answers
807 views

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

Export beamer slides to powerpoint editable format [closed]

I usually prepare my talks using powerpoint, where I explaing programs, pseudocodes, etc. Recently I was thinking about creating text-only, code-only and pseudocode-only slides with beamer and then ...
3
votes
1answer
823 views

Howto - Latex syntax with \section[]{}: Putting Brackets [ Inside of Brackets

I am writing a beamer presentation. My problem is a syntax issue with \section[Outline]{title}. \section is working fine with all of my section titles except in the following example: ...
0
votes
2answers
657 views

LaTeX Beamer : distribute items evenly inside each frame

I have a Beamer presentation and I'd like to get the items of an itemize environment evenly spaced in each frame. For instance, using the option \frame[t] gets all the content of a frame top ...
13
votes
4answers
4k 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
1
vote
0answers
357 views

Latex beamer errors on Windows 7 [closed]

I am using latex beamer. I had a working installation on Windows XP with miktex. After switching to Windows 7 (not my choice...), I get the error below, also with weird looking text between pages. ...
1
vote
2answers
927 views

beamer: not incrementing framenumber for “fully restricted” frames

My documents often contain "fully restricted" frames of this form: \begin{frame}<0> Lorem ipsum dolor. \end{frame} Because of the <0> at the end of the first line, frames like this do ...
0
votes
2answers
1k views

How to hide footer (or footline) in a particular slide in Beamer?

I am preparing a presentation in Beamer. I have done a few customizations to the template I am using. Now I want to hide the footline on the title slide. I also want to hide it on a few other slides. ...
0
votes
1answer
232 views

Extracting code from beamer presentation?

Some years ago I created a Beamer presentation (using only basic features). Unfortunetaly, I've lost the source code but still have the output PDF. Is there a convenient way to extract the original ...
3
votes
2answers
4k 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: ...
2
votes
1answer
881 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 ...
1
vote
1answer
519 views

Problem creating a lstnewenvironment that starts/ends another environment

I am currently using Beamer and the listing package to pretty-print code into Beamer blocks. So what I'm doing looks like : \begin{block}{} \begin{lstlisting} int foobar(void) { return 0; } ...
2
votes
1answer
4k views

Changing default width of blocks in LaTeX Beamer

I use a custom Beamer theme for my presentations. In my presentations I'd like to use blocks (\begin{block}…\end{block}). These blocks are rendered slightly too wide to fit into my theme. Is there a ...
4
votes
3answers
11k views

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 ...
0
votes
1answer
572 views

LaTeX beamer: Code listings in notes

He, How can I add a code listing to a beamer note slide? I tried the following which doesn't work: \note{{\tiny{This is a note \begin{lstlisting} foo bar \end{lstlisting}}} Any ...
2
votes
2answers
8k views

How to import GIF files into Beamer presentation?

I need to import animations from Maple into my LaTeX/Beamer presentation. I save a file in GIF format. But later I have problems converting that file into PNG. All I get is a static PNG file and can't ...
0
votes
6answers
848 views

Pecha Kucha presentation using Beamer

I have to make a Pecha-Kucha ( http://www.pecha-kucha.org/ ) presentation for a class. I know that there is a way to get PowerPoint to automatically switch slides every 20 seconds, but I prefer using ...
1
vote
0answers
1k views

References (in bibtex) did not appear in beamer?

I have this problem: it seems that beamer did not read the bibtex file. Below is the syntax that I am using: \documentclass{beamer} \usepackage{natbib} %citep and citet ...
1
vote
1answer
3k views

columns with itemize

I'm trying to make alignment points in a list environment. The following code gives me an error, but it almost compiles to what I want, just missing the bullet points. I must be misunderstanding ...
0
votes
0answers
760 views

What is the default font in latex beamer? [closed]

Asked on TeX: What is the default font in latex beamer? What is the default font in LaTeX beamer. I want to use it in an ooffice master layout.
0
votes
1answer
894 views

latex beamer footnotemark color

I have a presentation where the title slide has a black background so text colors have been set to white. The author names have to have superscript number corresponding to a footnote listing their ...
1
vote
1answer
1k views

How to add framenumber in a plain frame

I have some frames in my presentation, where I want to get rid of my standard Headline/Footline since i need the space for figures, which i include using \includegraphics. These figures take the whole ...
0
votes
1answer
1k 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 ...
1
vote
3answers
1k views

Latex Beamer: How is it possible to make piece of text in a frame in italics?

I am using Beamer in order to make a presentation. In one of the frames I want to write something like this: "Italics is like that" I used a command \it of Beamer for doing this: \it{Italics} is ...
4
votes
1answer
3k 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
6k 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 ...
1
vote
1answer
1k views

Beamer: How to remove shadow under the title on a given frame?

On one particular frame I would like to remove the shadow that the theme I am using inserts under the title. The reason is that with a black background (which I use only on this frame), it looks quite ...
2
votes
3answers
2k views

How can I top-align the content of a “fragile” frame in a LaTeX Beamer presentation?

So I am a total novice with LaTeX. I'm working on beamer presentations for introductory programming lectures, so I frequently use the examplebox object in my slides. I was told that whenever I have a ...

1 2 3