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
0 answers

knitr/beamer Legacy files no longer compile

I have a collection of old .Rnw files from ~2015 that were largely based on .tex files for Beamer presentations. I used knitr mainly to include R code & output where needed, translate Rnw -> tex & then compile to PDF. This all worked within R…
user101089
  • 3,756
  • 1
  • 26
  • 53
0
votes
1 answer

LaTeX: Problem with the babel package in beamer class with TeXmaker

here is minimal example of my problem: \documentclass[14pt,aspectratio=169,German,handout]{beamer} \mode {\usetheme{Madrid}} \usepackage[ngerman]{babel} \begin{document} Hello World \end{document} This compiles on overleaf fine,…
Willi S.
  • 41
  • 2
0
votes
0 answers

I was using rmarkdown::render(my_file.Rmd) to render a beamer_presentation wiped everything on my computer

I constructed a beamer_presentation .Rmd file in R Studio, and tried to compile it with rmarkdown::render(my_file). I am running RStudio Version 1.1.463; R Version 1.1.463 and Ubuntu 16. rmarkdown::render stopped RStudio with several errors…
0
votes
1 answer

Can we give link to a sage worksheet in beamer presentation

I would like to know whether there is a way to call a sage worksheet while presentation by giving a hyperlinking added in the presentation. Answers are highly appreciated..
0
votes
0 answers

Writing a tex file with cat EOF and loops

I am trying to write a bash script that gives a tex output for latex beamer. To do so I need to add multiple cat << EOF (or something similar) after one another. First one should be the first page of the presentation so it comes before the loop.…
mrq
  • 274
  • 1
  • 2
  • 14
0
votes
1 answer

Setting theme options in YAML header for beamer presentation?

I am making a beamer presentation in RStudio, using the Metropolis theme. I would like to use some options, say sectionpage = none, but I don't know where to put the option in the YAML header. I just have the basics: --- title:…
MightyMauz
  • 65
  • 5
0
votes
1 answer

Alternating between \itemize and \overprint to display text and images

I'm trying to create a presentation using beamer. And I would like to display an image after each item at the same position. \begin{frame}[t] \begin{itemize} \item Macro\\ \uncover<2> \item Micro\\ \uncover<3> \item Nano…
0
votes
1 answer

Why are line endings all showing diffs on github?

I was editing a colleagues beamer presentation, and when I pushed my changes, I found these end-of-line diffs all over the place. We're both on macs and I can't figure out where they're coming from or, more importantly, how to make them go away. (I…
nick_eu
  • 3,541
  • 5
  • 24
  • 38
0
votes
2 answers

Runaway Argument. !File ended while scanning use of \next

\begin{frame}[fragile] \frametitle{Implementation Strategy} These are the scripts to create master and slave databases in both servers. \begin{verbatim} This is the SQL Server Script: …
Muhammad Hamza
  • 213
  • 1
  • 4
  • 14
0
votes
0 answers

Difficulty with \onslide in beamer

I'm using pandoc to generate my beamer slides. Currently pandoc isn't smart about context and uses the same command for a pause in all situations. This causes some problems. In particular, if you put in a \pause on a slide after an itemized list,…
Eponymous
  • 109
  • 8
0
votes
3 answers

how to include pdfpages in rmarkdown for beamer output

I am creating pdf slides using rmarkdown and beamer. When using latex instead of rmarkdown, I can include arbitrary pages from pdf files into my slides with \usepackage{pdfpages} ... \includepdf[pages={1-10}]{another_file.pdf} Is it possible to…
Ott Toomet
  • 1,894
  • 15
  • 25
0
votes
1 answer

R markdown with Beamer: table too wide

I've been trying for ages to find a way to get my table to shrink enough to fit on a slide. The base code looks like: --- title: "Untitled" output: beamer_presentation --- ```{r setup, include = FALSE} library(knitr) library(kableExtra) ``` ##…
mclifford
  • 1
  • 2
0
votes
2 answers

Generating slides in Beamer from R Markdown if condition is met

When creating a beamer presentation from R Markdown (with R studio), I sometimes need to create extra slides that contain additional information. I’m wondering how do I create a new slide only if a condition is met?
Dar L.
  • 49
  • 6
0
votes
1 answer

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 suggestions?
nemron
  • 701
  • 6
  • 23
0
votes
1 answer

R (rmarkdown) slide presentation pdf adapt table

thanks for you help in advance. I'm using Rmarkdown and trying to adapt a big table to a page, but I can't figure out a solution to my problem. This is my code: ...and this is how the pdf comes out: Can someone help me? Thanks a lot. Matteo.