beamer Questions

2

I am trying to use beamer_presentation in RMarkdown and in the YAML header I include, say, title: "Long title". This title appears on the first title page of my slides but also at the bottom of all...
Scoter asked 8/5, 2018 at 4:22

7

Solved

I want to have some text appear semi-transparent, but not in an overlay fashion (where it eventually becomes solid) just permanently semi-transparent. To complicate matters, the text in question is...
Kidney asked 29/8, 2010 at 10:14

1

Solved

How do I see a list of all supported special frames of a theme, say, Berlin? PS: This question was prompted by this answer: Another approach could be to use a theme which provides a special frame ...
Phonography asked 20/12, 2023 at 11:7

4

Solved

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 --- ##...
Zeus asked 9/4, 2015 at 7:19

4

Solved

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 ...
Warner asked 14/7, 2011 at 10:14

4

I need to maintain some slides in both latex beamer and in powerpoint. (This is to make slides available for instructors elsewhere, too, 90% of which do not know how to use latex and are unwilling ...
Dorina asked 11/12, 2013 at 18:47

1

Solved

Whenever I tried to knit R markdown in beamer presentation format, it keeps on giving me undefined control sequence. It is fraustrating because it worked fine until yesterday and I have no idea wha...
Zsolway asked 17/5, 2022 at 8:26

4

Solved

How can I show page numbers (preferably like 4/10, 5/10 etc.) on an rmarkdown beamer presentation?
Severally asked 20/11, 2014 at 20:1

2

Solved

I am trying to insert logo into beamer presenation using Rmarkdown, and it looks like size controls in \logo{\includegraphics[height=1cm,width=3cm]{logo.png}} do not work, no matter what values I p...
Escurial asked 17/9, 2014 at 12:45

2

Solved

I want to create a beamer pdf presentation from a RMarkdown file. I would like to add speaker notes to some slides and set options for these notes (to be printed or not when you print the presentat...
Tin asked 4/7, 2017 at 12:39

5

Solved

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...
Edelmiraedelson asked 9/4, 2010 at 22:10

5

Solved

I included resize.height=0.5,resize.width=0.5 in the code chunk, but still can't resize the table generated by stargazer. Can anyone tell me why? My code chunk options look like this: echo=FALSE,w...
Crosswind asked 6/4, 2017 at 4:50

2

Solved

I am looking for a way to produce a new slide for each \item in \itemize without having to use \pause or specifications in each \item for what slides to appear on. I think I came across some comman...
Dibromide asked 20/1, 2021 at 17:59

2

Solved

I am trying get some R code to fit on my beamer slides. It does not seem possible to change the font size via the size argument for the code chunk as you might do for other knitr type documents. Th...
Doubleteam asked 12/7, 2016 at 8:12

2

Solved

I write slides in RMarkdown and compile them into Beamer presentations. I want to incrementally reveal bullets and subbullets on slides. Below is a .Rmd file showing some of my failed attempts. In ...
Picofarad asked 19/3, 2018 at 15:47

4

Solved

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...
Jennifer asked 27/5, 2009 at 4:43

1

Solved

I'm having trouble adding a gif onto my Beamer. I've searched for answers but I haven't found one that was written after Adobe retired it's Flash Player. I've tried using the animate package, and i...
Conducive asked 9/8, 2021 at 20:43

3

Solved

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...
Jonell asked 3/9, 2010 at 11:46

3

Solved

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, ...
Gerdi asked 23/2, 2010 at 18:39

1

I tried to create a different bullets for sublists in beamer but everytime it creates the same bullet for nested lists as shown below. I tried label=\roman* but it is for enumitem. How do I change ...
Deejay asked 1/5, 2021 at 13:41

2

Solved

How to vertically center-align the content of multiple columns in a `rmarkdown::beamer_presentation? As recommended in a comment in to an answer to this SO post, I tried ::: {.column width="30...
Showplace asked 22/2, 2021 at 9:45

1

Solved

How to pass several frame options to a specific frame in an rmarkdown::beamer_presentation? In the MWE below, the second frame should contain the same table as on the frame before, just with a few ...
Buckshot asked 22/2, 2021 at 8:4

1

Solved

I am trying to create a presentation using RMarkdown beamer. I want a slide to have 2 columns and this is what I have so far: --- title: title author: name date: date output: beamer_presentati...
Lamoreaux asked 7/2, 2021 at 16:59

3

Solved

I want to align two images in a latex/beamer presentation. They do not have the same width/height ratio and I'd like to control the overall height. If I don't need captions, the following works ...
Commorancy asked 7/6, 2019 at 12:40

1

Solved

I have a few tikz pictures in a latex beamer presentation with lots of overlays that I want to display in multiple locations, but each time only a part of the steps. I want to avoid copying the tik...
Linguistic asked 17/11, 2020 at 17:7

© 2022 - 2024 — McMap. All rights reserved.