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

How to embed a Youtube video in LaTeX Beamer

How can I embed Youtube videos in presentations with Beamer? (Windows 7, editor: TeXstudio, TeXlive) Here is what I tried so far (including internet search of cause): I already tried using vlc to download the video, which itself couldnt play the…
Fabi
  • 31
  • 1
  • 4
0
votes
1 answer

Call Knit PDF (beamer) function from R file

Using RStudio Version 0.98.1103 I have a .Rmd file with some pre-populated markup (below). Within RStudio I can click Knit PDF > Knit PDF (Beamer) and a PDF is generated. I would like to know how I can perform the same operation but within a .R…
Scott
  • 446
  • 4
  • 16
0
votes
1 answer

Drop shadow in knitr

I'm mixing knitr, beamer, and xelatex to make some slides to a lecture. I'd like to see my figures dropping shadows in order to make my presentation more fancy. I found this great way to drop shadows from regular figures, but I couldn't make it work…
Marcus Nunes
  • 851
  • 1
  • 18
  • 33
0
votes
0 answers

New maths commands for Pandoc HTML

I've been writing in Markdown format lately to generate a standalone HTML (mathjax) and a beamer presentation for scientific documentations, via Pandoc. Now I am trying to add new math definitions (using LateX's \newcommand). Adding the new commands…
SAAD
  • 759
  • 1
  • 9
  • 23
0
votes
1 answer

Automatic dates in R markdown beamer

I am using R Markdown to produce a Beamer presentation. How can I put the date that authomatically updates his values? The current setting are below: title: "MyTitle" author: "MyName" date: "19th April 2015" output: beamer_presentation: …
Giorgio Spedicato
  • 2,413
  • 3
  • 31
  • 45
0
votes
2 answers

What can you do to make your beamer presentation look great?

I just arrived at this page. It is both simple to implement and looks great. I'm looking for more such examples.
Łukasz Lew
  • 48,526
  • 41
  • 139
  • 208
0
votes
1 answer

Presentation with latex, changing the width in each frame

In my presentation, I use \usetheme{Warsaw} and in order to increase the usable space in each frame, I use \useoutertheme{infolines}. In this way, the bar at the bottom of each page is equally divided between author's name, title, and date and slide…
amiruw
  • 1
  • 1
0
votes
1 answer

Timing effects in slides made with LaTeX

I'm trying to create a presentation with class Beamer in LaTeX. I learnt how to use command like \pause, \only and \onslide but I don't understand how to program with a specific time the effects I've inserted in the slide. For example, I've the…
user2896152
  • 762
  • 1
  • 9
  • 32
0
votes
1 answer

Unable to generate a grouped histogram with knitr using tikz in beamer

I'm trying to generate a histogram with knitr and the tikzDevice for a beamer presentation. I have already generated the histogram using the console in R-studio so it appears the data is formatted correctly but compiling the document (using…
Hantabaru
  • 111
  • 8
0
votes
1 answer

How to embed a WebGL output in May Keynote?

I have some output in WebGL format, is there a way for me to embed this in a KeyNote or PowerPoint or LaTeX-Beamer presentation so that I change the orientation and zoom during a presentation.
Sam
  • 7,922
  • 16
  • 47
  • 62
0
votes
1 answer

Way to include text in beamer presentations that is shown at handouts but not at the slides

is there some nice way in Beamer presentations (Latex) to include text (own remarks) that wouldn't be shown at the slides but would be printed with the handouts (little bit like the comments with Powerpoint? br, Touko
Touko
  • 11,359
  • 16
  • 75
  • 105
0
votes
2 answers

Using Circuitikz in Beamer

I cannot compile a beamer presentation with the circuitikz package. Does anyone know if it is possible, I get an error: undefined control sequence \usepackage{circuitikz} Below is my code (simplified…
-1
votes
2 answers

Multiple authors and their affiliations on Quarto Beamer presentation title slide

How can I list multiple authors and their affiliations on the title slide of a Quarto Beamer presentation?
captain
  • 543
  • 1
  • 3
  • 20
-1
votes
1 answer

hyperref package: how to color citations only

I would like to use the hyperref package to color citations only, but it seems that it colors every link. For example here: \documentclass{article} \usepackage{hyperref} \hypersetup{ citecolor = blue, colorlinks = true, } …
Andros
  • 3
  • 3
-1
votes
1 answer

Create a hyperlink from the logo to the table of contents slide in an rmarkdown::beamer_presentation with a custom beamer theme

I use a custom LaTex beamer theme in an rmarkdown::beamer_presentation. As per these SO answers (LaTex theme, colon, theme path), I used several modifications of the YAML header and beamerthemeTHEMENAME.sty. These LaTex hacks are necessary to apply…
mavericks
  • 1,005
  • 17
  • 42
1 2 3
36
37