{beamer} is a document class, used for creating presentations and slides. For general questions about presentations or slides, independent of the document class, use {presentations} tag instead.

learn more… | top users | synonyms

3
votes
2answers
3k views

Beamer Font Size for Footer

How can I change the font size of the footer in Beamer without modifying the font of the title (on the title page)? Also, when I try to change the title's font with \title{\fontsize{20}{25} My Title} ...
39
votes
2answers
13k views

How to scale a tikzpicture including texts?

It seems that the scale option scales only the length of lines, but not the size of texts. For instance, 1 and true and not scaled in the following code. \begin{tikzpicture}[thick, scale=0.6] \draw ...
-1
votes
1answer
3k views

Cite bibliography in beamer

I am preparing a beamer presentation. In some slides (4 of 30) I want to cite one or two bibliographic references and put them at the bottom of each slide. They lie there just as a bulleted list, not ...
0
votes
1answer
548 views

Package pgfkeys Error: … the key '/tikz/abstract', beamer [closed]

I am trying to insert a tikzpicture in a frame of a presentation. \begin{frame} \begin{tikzpicture}[node distance=1cm,] \node (domain) [abstract, rectangle split, rectangle split parts=2, text ...
8
votes
2answers
11k views

How to split a frame (of beamer) into 2 parts (minipage) side by side?

I would like to split a frame into 2 parts side by side by minipage. But it seems that the following code puts one on top of the other: \begin{minipage}[t]{0.48\linewidth} left part ...
2
votes
1answer
1k views

supervisor field on the page of the title with Beamer

I am editing a presentation of a research project, I am wondering if there is a field for "supervisor" on the page of the title, for instance \supervisor(which actually does not work)... If not, where ...
4
votes
1answer
2k views

transitions in Beamer

Why is this code not working i.e., not giving me the transitions \begin{itemize} \transdissolve \item Large number of possible parameter-value combinations \item Hard to find the ...
1
vote
1answer
1k views

Beamer navigation bar with sections ans SUBsections but without SUBSUBsections?

Beamer navigation bar with sections ans SUBsections but without SUBSUBsections?? I'm using PaloAlto theme.
7
votes
1answer
5k views

How to make “outline” frame in Beamer?

In a presentation, people show regularly a "outline" frame containing the table of contents where some sections are grey (have been presented) and others are highlighted (will be presented right now). ...
4
votes
2answers
4k views

Reduce pseudocode font size (not global)

In this example I would like to reduce the pseudocode font size, but only for this slide while keeping the others in the default font size. How can I do that?
7
votes
2answers
6k views

Beamer and pseudocode

I am preparing a presentation with beamer from a previous paper written in latex. I want to insert in a slide the pseudocode \begin{algorithm} \begin{algorithmic}[1] \FOR{$i=1$ to $N$} ...
2
votes
1answer
4k views

Add Footer Text to All Slides in Beamer

Is there a way to append footer text to the slides in beamer? I wanted to get rid of the default footer, but I want to add a bit of additional text. Right now I have: %gets rid of bottom navigation ...
0
votes
0answers
602 views

Animation in beamer [closed]

I am trying put an animation figure in slides in beamer. I have all packages needed in tex file, but it is not a motion pdf file. How do I fix this?
8
votes
1answer
3k views

Beamer background image centered

I'm trying to use an image as a background for Beamer presentation according to this post. However, I do not want the image spanning the entire background. Thus, I'm doing something like: ...
3
votes
0answers
515 views

beamer with notes displayed while giving a presentation [closed]

What are people currently using to have notes available while giving a presentation? This post shows how to have a notes section for taking notes (audience oriented). I guess the presenter could ...
24
votes
1answer
991 views

How does beamer build the frame?

I've started to write my own theme for beamer. I'm bored of the default ones and I thought it might be a nice challenge to make something that looks good. The problem is that the beamer documentation ...
9
votes
4answers
15k views

Beamer block environment without title

Is it possible to create a customised beamer block environment that only has a body and not a title? For example, I wish to typeset the following quote within a coloured block so that it stands out ...
2
votes
1answer
911 views

How to separate columns with a line in beamer(poster)?

\setlength{\columnseprule}{0.4pt} with the multicol package does not work. The beamer guide does not discuss this case for their columns environment... To be clear this is what I want ###### | ...
1
vote
2answers
697 views

How to achieve links in a part ToC in a beamer presentation?

I red \tableofcontents from \part commands in Beamer, and it was very helpful. However, I wanted the part titles to be links pointing to the pages the part began. The example without this works just ...
2
votes
2answers
938 views

Tikz figure in Beamer shifting way to the right of the frame

I'm trying to include a tikz drawing into a Beamer slide. When I do it like this: \begin{frame} \frametitle{Overview} \input{smartservice-diagram.tex} \end{frame} the image is way too big. I ...
1
vote
1answer
476 views

How to avoid beamer counter incrementing

In Latex beamer, I've created a handout environment for slides that are for the produced handout only (ie. not to be shown on the viewer). It looks like this: \newenvironment{handout}[2][1]{ ...
3
votes
1answer
807 views

Skipping outline table of contents of some sections in beamer

I'm trying to make a table of contents for a beamer presentation, and I want to have the outline show up for every section except the first. Right now I'm using: \AtBeginSection[] { ...
2
votes
2answers
316 views

Change background color in metapost

I have a metapost diagram using colour that when displayed in normal latex (with a white background) works well. Now, I want to add the same diagram to a presentation done in Beamer (Warsaw theme) ...
14
votes
2answers
2k views

How to Continue Enumerate Across Columns in Beamer

I am trying to create two columns of a single enumerated list on a single frame in beamer. How do I go about getting the enumeration to continue from one column to the next?
0
votes
1answer
441 views

Can't extract embedded font

I use visio (on windows) to generate eps file and show it using latex (beamer) in slides. I compile latex to pdf on ubuntu and everything is fine. However, when the pdf slides are shown on windows or ...
4
votes
2answers
3k views

Automated overlay specification with \only and \enumerate

Sometimes, when a list of items is too long to fit on a slide, I do the following to achieve a somewhat better result (ignore commented lines for now): \documentclass[t,10pt]{beamer} ...
3
votes
2answers
1k views

How do I convert a beamer based LaTeX file to HTML?

I have a LaTeX beamer-based presentation that I would like to convert to HTML. How do I go about it? I've tried the typical LaTeX to HTML translators (eg. tth). But they do not handle beamer ...
5
votes
2answers
644 views

How to clearly demarcate frame/slide content when using article class for a beamer document?

When I use the article class with beamer, the slides are not clearly demarcated. Rather, the slides just blend in with the document as dot points, headings, and so on. This is fine when I actually ...
0
votes
1answer
384 views

How to link items in TOC using beamer

I am preparing a fairly straight forward presentation using beamer. My question is this--how do I link items in my table of contents to the appropriate section/subsection? I feel as if there is ...
5
votes
1answer
2k views

Is there a way to animate table columns in beamer?

I have a beamer presentation with a tabular environment. I want to expose the tabular environment column by column, on separate slides. I tried using \pause in the tabular header, or in the cells ...
2
votes
1answer
270 views

Behavior of starred section in beamer

In a LaTeX article, \section* behaves like this: \documentclass[12pt]{article} \begin{document} \section*{Not numbered} \thesection % --> 0 \section{Numbered} \thesection % --> 1 \end{document} ...
2
votes
1answer
1k views

How to center the titleframe in Hannover theme (beamer)?

I am using the Hannover theme in beamer and I am using the title frame as plain \documentclass{beamer} \mode<presentation> { \usetheme{Hannover}%{CambridgeUS}% ...
12
votes
1answer
2k views

Does enumitem conflict with beamer for lists?

I am using the enumitem package in a beamer presentation. When I added a usepackage directive for it, the bullets in front of itemize lists disappeared. I tried restoring them by using ...
3
votes
1answer
2k views

should I be torn between Keynote and beamer?

I have experience with both keynote and beamer (and as a matter of fact, powerpoint as well). I think they both have a very different set of features, which depending on how you look at them, can ...
5
votes
1answer
2k views

Splitting TOC into two columns on single frame in beamer

I am doing a presentation but my table of content is too long with short titles for a single slide. I was wondering if there was a way such that the table of contents appears on two columns. Related ...
2
votes
3answers
931 views

overfull vbox with beamercolorbox

In a latex-beamer document, I am using a custom headline template. It produces a headline only when in a section. Here is a stripped down version: \documentclass{beamer} \usepackage{times} % gets rid ...
2
votes
1answer
522 views

Multilingual beamer presentations from a single souce?

I have a beamer presentation of which I have two language versions (german and english), more languages are upcoming. I keep both versions in one source and select the one to typeset with the comment ...
3
votes
1answer
532 views

MinionPro and beamer: figure selection

MinionPro package options for figure selection don't appear to work under beamer. I'd like text figures in text mode (textosf) and lining figures in math mode (mathlf). In the example below, the ...
1
vote
1answer
919 views

In tikz \node's text, how to use \multiinclude to include several pictures?

This code tries to use \multiinclude from xmpmulti inside a tikz node text to include for example a series of files pic-0.pdf, pic-1.pdf,..., etc. and doesn't compile and throws out error listed ...
4
votes
2answers
559 views

How to not increment algorithm numbers when using \againframe in beamer

As is known, algorithms and equations in latex are automatically numbered. When using \againframe though, incrementing such number is undesired. How to avoid this? (I still want numbering, but it will ...
4
votes
0answers
601 views

How to remove a single section from the header of a beamer presentation? [duplicate]

Possible Duplicate: LaTeX Beamer: Frame outside sections? I am using Beamer with the Warsaw theme, and all sections show up in my headline. Is there an easy way to remove them? I have tried ...
23
votes
3answers
1k views

Converting beamer slides to animated images

As a follow up to Highlighting specific parts of a TikZ drawing, I'd like to know how to generate an animated image (gif) from a series of beamer slides. Martin Scharrer came up with this example: ...
2
votes
2answers
2k views

Beamer \color overlay with more than one color

By using \color<3-4>{blue}{text}, the text will be blue on slides 3 and 4, and black on other slides. Is it possible to make the text red on slide 1 at the same time?
4
votes
2answers
304 views

Preserving table width and header, when using tables across multiple frames in Beamer

When using the beamer class, how can I create a table which preservers the contents of the header and the width of the columns across multiple pages, without naming this width explicitly? longtable ...
2
votes
1answer
329 views

Could I use \columncolor with \only? (Beamer)

In Why can't I wrap \rowcolor in \only? (Beamer), there are solutions to how to use \rowcolor with \only in Beamer. Is there a way to use \columncolor in a similar way?
2
votes
0answers
349 views

Beamer framezoom image centered. [closed]

I'm using framezoom to show details from a big image, I wish the detail, zoomed portion, centered in a frame, how can I do this?. Thanks,
0
votes
1answer
962 views

How to make biblatex behave like apacite?

The title is probably too broad. The problem I face is that I am working on a beamer presentation, and because beamer conflicts with apacite, it has been suggested that biblatex be used instead. I ...
1
vote
2answers
258 views

Why can't I do this diagram?

I use this code in beamer: \[ \begin{tikzpicture}[>=angle 90] \matrix(a)[matrix of math nodes, row sep=2.5em, column sep=2.5em, text height=1.5ex, text depth=0.20ex, ampersand replacement=\&] ...
1
vote
3answers
6k views

Side-to-side figure and table in beamer problem

\begin{figure} %\centering \begin{minipage}[h]{0.58\textwidth} \centering \includegraphics[scale=0.4,trim=12mm 15mm 12mm 15mm]{fig1} \end{minipage} ...
4
votes
3answers
792 views

Tabs in a Beamer Presentation

I am putting together a beamer presentation with some programming code. However, the verbatim package by default places the code on the left most fringe of the slide. I want the slide to be a little ...

1 32 33 34 35 36 42