jrosell / rmarkdown-beamer-presentation

An example using custom theme in a Beamer presentation using R Markdown (pdf format)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beamer presentation in R Markdown

Purpose

Download/clone this repository to use Auriga theme in Beamer presentations from R Markdown documents.

Setup

  1. If you don’t have the Hack, Lato, Raleway fonts installed in your system. You’ll need to search, download and install them.

  2. Open rmarkdown.Rproj from RStudio

  3. Run build.R to install/update packages and render R Markdown files.

  4. Copy template.Rmd to a new file and customize it as needed. You can render your R Markdown files using Knit button in RStudio.

source("build.R")

Output

First page of template.pdf

About

An example using custom theme in a Beamer presentation using R Markdown (pdf format)


Languages

Language:R 100.0%