{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

4
votes
2answers
102 views

How to add url to footer in Beamer

I'm new to LaTeX and am having trouble adding a url to the footer. I currently have this: \documentclass[]{beamer} \usepackage{beamerthemebars} \title{Title} \author{Author} ...
2
votes
0answers
79 views

Beamer - Optimal figure size given there is a caption, frametitle, etc

This question is inspired by an almost complete solution. My aim is to have the figure (placed in a figure environment) occupy the maximum place possible given that it has a caption (without ...
4
votes
2answers
109 views

Funny stuff in a Beamer title irreparably messes with the PDF metadata

I have the following beamer presentation: \documentclass{beamer} \usepackage{hyperref} \title{% \parbox{.25\textwidth}{funny}% \parbox{.5\textwidth}{Real Title}% \parbox{.25\textwidth}{stuff}} ...
3
votes
1answer
48 views

Globally setting the separation length for _subitems_ in Beamer

How can I globally change the item separation length for subitems in Beamer? I need a command such as the below, only working. \setbeamertemplate{itemize/enumerate subbody begin}{\normalsize ...
2
votes
1answer
123 views

LaTeX Beamer: How to uncover formulas/text at a location of an “un'uncovered” formula/text

I have a beamer presentation in latex where I want a formula to change its coloring schema over a couple of steps (The idea is to mark the "active" part of the formula at the given moment). When I ...
6
votes
2answers
109 views

Graphical index based on figures? (Beamer)

At the end of my Beamer presentation, I would like a slide that contains thumbnails of all the images presented in my slide. These images would be linked to the slide which they appeared on. ...
4
votes
2answers
290 views

How can I make the title of my BeamerPoster appear on the same page as the actual poster?

Here is a minimal example: \documentclass{beamer} \usepackage[english]{babel} \usepackage[orientation=portrait,size=a0]{beamerposter} \mode<presentation>{% \usetheme{Frankfurt}% } ...
1
vote
1answer
113 views

Hide frame's dot from the slide heading in beamer [duplicate]

Please i want to add some frames to my beamer presentation but without adding a new dot in the frame heading. There's any method to do that ? Below is a minimum code example with the theme i am ...
1
vote
1answer
86 views

Remove shadow from beamer displaybox

I don't like shadows of the displaybox environment of beamer. I've found this file /usr/share/texmf/tex/latex/beamer/themes/inner/beamerinnerthemeumbcboxes.sty which contains its declarations ...
6
votes
2answers
114 views

Novice's question: I don't want other objects' locations to move when I add a circle

TikZ novice, here. I want to create two slides (in Beamer), identical except for the addition of a circle in the second slide. I don't want the addition of the circle to shift about the placement of ...
1
vote
1answer
91 views

Height filling minipages in Beamer

I am trying to accurately center things in my Beamer frames with animations. For that purpose, I would like to use minipages with fixed height, which should be automatically inferred so that I do not ...
3
votes
1answer
122 views

Why does \centering have no effect in my code?

It seems that when I use the \centering command to center a TikZ picture within a Beamer frame, it only works if there is a blank line between the \end{tikzpicture} and \end{frame}. Can someone ...
4
votes
1answer
130 views

crossing out whole slide with LaTeX beamer

Is there a way to draw a huge red cross (x) on top of a slide in LaTeX beamer? I want to discuss a position and then say that it is definitely wrong and mark this by crossing out the whole page. It ...
1
vote
0answers
60 views

beamer: table of frames [duplicate]

I'm looking for a possibility to create a table of frames. The MWE illustrate my question: \documentclass{beamer} \begin{document} \begin{frame}{Table of Contents} \tableofcontents \end{frame} ...
6
votes
1answer
73 views

Avoid height flickering in a block when hiding content with \only [duplicate]

When using a construction like the following, the height of the block changes between frames. This change distracts the audience from the content. How to fix the height of the block, so that it ...
0
votes
0answers
66 views

How to get rid of the first blank page in the beamer presentation? [closed]

I am trying to figure out why my presentation's first page is blank and I am also some numbers on the title page. For instance, with the following simple code, I still get a blank first page: ...
4
votes
1answer
187 views

Beamer Presentation: Stepwise Uncover Images

I don't even know if this is possible, but here goes: I'm writing slides for an upcoming presentation using the default LyX Beamer template. I am also using the uncover everything in a stepwise ...
2
votes
1answer
92 views

Beamer Presentation: Show TOC at beginning of Unnumbered Subsection (Subsection*)

I am making slides for an upcoming presentation using the default beamer ornate template. Part of the template lets me show the Table of Contents when transitioning into a new subsection (included ...
2
votes
1answer
70 views

How can I number my subsequent results after my theorems?

I am trying to number my theorem results after my theorem, i.e Theorem 1 followed by Result 1.1, Result 1.2,... and Theorem 2 followed by Result 2.1, Result 2.2 and so on, where the first number after ...
0
votes
0answers
28 views

How do I get rid of the white background underneath my shadow? [duplicate]

I have selected a specific background for my beamer slides and I am using the theorem environment for my theorems. When I turn the shadows on for the blocks however, instead of giving me nice shadows ...
0
votes
0answers
161 views

Best editor for Beamer

I am using Texmaker on Windows 8. I am new to LaTeX but still with help from the book I could write my report on my own. Now I have to create a beamer presentation with in 2 days and I never used ...
2
votes
1answer
100 views

\hline with \only (or \onslide) in Beamer

In a table in beamer, I would like to remove \hline after X number of slides using \only<1>{\hline} But this always results in an error message: Misplaced \noalign What can I do to ...
5
votes
1answer
79 views

Hide paragraph but keep space

I need a command that replaces its contents by white space of the same size. Unlike \phantom it should work paragraphs and/or images. It should do more or less the same as the \visible command of the ...
3
votes
1answer
268 views

Introducing a left margin inside a block environment in beamer

I am doing a poster using beamerposter . The text inside a block always seems to have no left margin. Can anyone tell me a way of introducing a left margin in a block ? Here is a sample of how a ...
1
vote
1answer
79 views

Footer scaling with scalebox

I use a pspicture to draw a electric diagram in one of my slides with beamer, and I've got a pause-command within the pspicture (to make thing appear). I use \scalebox to make my picture enter the ...
3
votes
1answer
307 views

Beamer: Transparent AND centered background image on intro slide

I know this is similar to other questions. Other answers address either (1) adding a transparent image or (2) centering an image but I cannot find an answer with both. With previous answers I can ...
3
votes
1answer
78 views

Beamer: 2 columns in part of page

I would like to produce a slide in which there is more flexibility in the blocking. +-----------------------------------------------+ + Block A + + Item ...
2
votes
1answer
71 views

Beamerpauses counter reset between environments inside an overlay?

I was reading the answer to this question Mixing overprint with blocks of enumerations [I recopy the code so you dont' have to follow the link] \documentclass{beamer} \usetheme{Warsaw} ...
4
votes
1answer
67 views

Minimization of the time it takes to preview a large beamertex file

I have a very large beamer tex file which requires a long time to texify. I want to make very minor changes and want to visualize these changes quickly. Is there a way to texify only the changes ...
5
votes
3answers
243 views

Vertically aligning images in beamer

I have a sequence of images I would like to animate in beamer. In each frame, I would like to have two images, say A and B, aligned vertically and centred on the page. All images are the same size. ...
2
votes
1answer
132 views

\beamergotobutton size

How do I change the default size of the button? Right now I have a frame looking like this: \documentclass[T]{beamer} \definecolor{links}{HTML}{2A1B81} ...
0
votes
1answer
119 views

Allow frame breaks in multicolumn environment

I want beamer to automatically split my text over multiple frames (as many as is required) while retaining the format of the specified number of multicolumns (in this case 3). I do not want to have to ...
4
votes
1answer
95 views

undesired text move

Using a beamer theme I currently write I face a problem with text that moves - this text move is undesired. Here's a simple example to reproduce the effect using a standard beamer theme: ...
0
votes
1answer
143 views

Is it possible to draw resolution proof tree in beamer

How to draw a resolution tree such as the example here
2
votes
0answers
125 views

Simple dendrogram [closed]

I am just trying to create a simple dendrogram in beamer to develop an intuition for heirarchical clustering and I have tried several sites and several tree diagrams but cannot get anything to do what ...
1
vote
0answers
35 views

Insert bullets not in enumerate/itemize but within text [duplicate]

Consider the following \documentclass[final, 10pt]{beamer} \mode<presentation> { \usetheme[]{Warsaw}} \begin{document} \begin{frame} \frametitle{title} \begin{block}{foo} ...
3
votes
1answer
73 views

Beamer short forms, and automatic labelling of header

I'm using the Goettingen theme, and I'm automatically labelling the header with the name of the subsection. As the Goettingen theme has a side navigation bar, some of the subsections are too long to ...
5
votes
1answer
303 views

What Beamer theme is used in Boyd's Convex Optimization slides?

I really like the theme that is used here: http://www.stanford.edu/~boyd/cvxbook/bv_cvxslides.pdf Can someone identify the name of the theme?
1
vote
1answer
44 views

Onslide in tabularx produces vertical space

I have a tabular in a beamer presentation of which I want to uncover its contents using \onslide. In tabularx (or in tabular with a p-column) this produces a peculiar vertical white space in the ...
4
votes
1answer
194 views

Cell coloring (highlighting) with in-out effects in a table in beamer

I need cell coloring (or highlight effect) in a cell of a table in beamer after a click (I mean, I am planning to talk about something in that frame and I will emphasize just a number in a cell at the ...
3
votes
1answer
74 views

Beamer + MusixTex

can I use MusixTex with beamer class? It doesn't work for me, only with article. With beamer there are a lot of errors (more then 50). Thanks for advice. This is without errors: ...
9
votes
1answer
67 views

Can \includeonlyframes be modified to take a wild card?

When working with a large beamer document, it is convenient to use \includeonlyframes{foo, bar, baz} to focus on a few specific slides at a time. However, one also needs to change it each time to ...
9
votes
1answer
224 views

Package animate is great but could it have a better animation compression?

I just tried the animate package to get pdf files with animations and it works great! However, I noticed that the size of the files generated is 10 times larger that what it could be for the ...
0
votes
0answers
43 views

Alternative Beamer themes and Beamer color themes [duplicate]

Does anyone know whether there exist alternative Beamer themes/Beamer color themes other than the default ones showcased in this Beamer theme matrix? I found some on this website through Google, but ...
2
votes
1answer
50 views

How to automatically split text in two columns in beamer [duplicate]

I have often blocks with text split in two columns. Problem is that I have to determine where to split the text so that it doesn't end out of the frame, and whenever i made any modification in the ...
7
votes
2answers
121 views

Repeating frame contents

Supposing that I'll use always two blocks on each frame. Then, I'd like to have a simple way to do the following, without copy/paste procedure: On each frame (except the first one), the first ...
4
votes
1answer
64 views

Bold the name of the speaker on specific frame

I have three speakers on the title frame as follow: \author{Mister X, Mister Y, Mister Z} I want to bold the name Mister X on frame 1 and 2 and Mister Y on frame 3 and 4 for example. I haven't ...
0
votes
0answers
103 views

Shadows rendering problem under Beamer's blocks [closed]

I am trying to use blocks in my beamer presentation, but when I open the resulting PDF (compiled with pdfLaTeX+MakeIndex+BibTeX using MiKTeX and TeXworks) with Adobe Acrobat X/XI, the shadows below ...
3
votes
1answer
67 views

How do I move an graphic to the top of a frame?

\documentclass[t]{beamer} \definecolor{links}{HTML}{2A1B81} \hypersetup{colorlinks,linkcolor=,urlcolor=red} \usetheme{Frankfurt} \usecolortheme{dolphin} \usefonttheme{structuresmallcapsserif} ...
3
votes
0answers
86 views

Anyone having trouble reaching miktex.org? [closed]

Looks like a network misconfiguration to miktex.org .... Tracing route to miktex.org [178.77.68.21] over a maximum of 30 hops: 1 <1 ms <1 ms <1 ms 172.28.8.2 2 20 ...

1 3 4 5 6 7 42