Questions tagged [beamer]

Beamer is a LaTeX class for creating presentations.

Unless related to programming (e.g., the automated generation of source code from another programming language), almost all questions about Beamer and in general are better asked on TeX SE.

544 questions
0
votes
1 answer

How to set video quality of a embedded YouTube video in LaTeX Beamer

I am trying to include a YouTube video in my LaTeX beamer slide and want to control the video quality. The default setting is 360p and I want 720p. Here is the code I…
user79973
  • 55
  • 8
0
votes
2 answers

Setting page duration in R Markdown presentations

I need to create an auto advancing presentation for a lightning talk. Is there a way to use the \hypersetup{pdfpageduration=n} functionality from Beamer within R Markdown without editing the intermediate .tex file? If possible, I would like to be…
0
votes
1 answer

Section outlines in beamer Rmarkdown?

How can I have the outline of a beamer presentation appear before each section in Rmarkdown, like this code for regular beamer?
wolfsatthedoor
  • 7,163
  • 18
  • 46
  • 90
0
votes
1 answer

How to add a commented out or a "note" in Rmarkdown beamer?

I am trying to add the equivalent of a lyx "note" or just a comment (something I can see but won't run) in an Rmarkdown beamer presentation. "#" obviously creates new slides, so that won't work as it doesn in R
wolfsatthedoor
  • 7,163
  • 18
  • 46
  • 90
0
votes
0 answers

I cannot download pdf output for beamer presentation in Rstudio

I am using Rmarkdown to prepare a beamer presentation. When I compile the output via knitr, I can see the final compilation of the pdf document in ViewPDF. However, when I try to download it by clicking on the download button in the upper right hand…
RookiePie
  • 1
  • 3
0
votes
1 answer

RMarkdown Beamer TOC empty

Using beamer in RMarkdown for presentations, I can't figure out why the TOC is empty. I have tried using a MacBook and Windows. --- title: "test" author: "my name" date: "12/6/2016" output: beamer_presentation: keep_tex: true toc:…
chaganoff
  • 53
  • 1
  • 7
0
votes
1 answer

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 institution. The footnotemark is note white. How can…
marly
  • 1
  • 1
  • 1
0
votes
1 answer

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 subfigures appearing on different slides. How…
lmsasu
  • 7,459
  • 18
  • 79
  • 113
0
votes
2 answers

why current frame number not equal to current page number?

I use latex beamer to write ppt, export to pdf, to display frame number, i add follow line in beamer header \setbeamertemplate{footline}[frame number] After exporting to PDF, pdf file has 11 pages, but frame number just 4. As follow: what i want…
jim ying
  • 141
  • 8
0
votes
1 answer

Add header text to markdown slide

In a .Rmd file with beamer_presentation output, we can create new slides with double hashtags. i.e., ## Slide with Plot some text here this will start a new slide with the title Slide with Plot and then the text some text here as contents of the…
shayaa
  • 2,787
  • 13
  • 19
0
votes
1 answer

Beamer with Devnagari / Hindi

I have a project with Hindi text which I am successfully able to knit when the document class is article or report or book. However, as soon as I make the class to be beamer, it starts giving me error. Any ideas if beamer works with Devnagari?
Shambho
  • 3,250
  • 1
  • 24
  • 37
0
votes
0 answers

How to insert a movie in latex without a title using \multimedia in from the beamer package?

The documentation of the beamer package states on page 133: \usepackage{multimedia} %in the preamble \movie[⟨options⟩]{⟨poster text⟩}{⟨movie filename⟩} "This command will insert the movie with the filename ⟨movie filename⟩ into the pdf file." I…
raumkundschafter
  • 429
  • 1
  • 8
  • 24
0
votes
0 answers

how to get rid of beamer "navigation toolbar"

The latex file is defined as follows \documentclass[center]{beamer} \mode { \usetheme{Madrid} \setbeamertemplate{navigation symbols}{} } \beamertemplatenavigationsymbolsempty Obviously I have tried the existing solution to remove the…
llodds
  • 153
  • 1
  • 2
  • 11
0
votes
1 answer

Vim beamer: dynamic frame title

I am trying to create a new command in Latex Beamer to automatically add the frame title and subtitle with respected to section and subsection. In general, my command will look like: \newcommand {\myframe}[1] { \begin{frame} if in a section…
vad
  • 344
  • 2
  • 12
0
votes
0 answers

R code on separate lines from knitr in beamer

How do I get the R code below to print on separate lines? It seems like this should be fairly simple. \documentclass{beamer} \begin{document} \frame{ <
spindoctor
  • 1,719
  • 1
  • 18
  • 42