Xaringan Themes

Themes for the Xaringan Slide Show Format

Andy Grogan-Kaylor https://agrogan1.github.io/ (University of Michigan)https://www.umich.edu
2022-06-01

Introduction

Xaringan is a slideshow system for RMarkdown. Alison Hill has an excellent demonstration of the possibilities of Xaringan.

Themes

University of Michigan Xaringan Theme

Show code
embed_xaringan(url = "https://agrogan1.github.io/R/xaringan-themes/MichiganTest.html",
               ratio = "4:3")

OsloMet Xaringan Theme

Show code
embed_xaringan(url = "https://agrogan1.github.io/R/xaringan-themes/OsloMetTest.html",
               ratio = "4:3")

Inspired by: https://github.com/martinhelso/OsloMet

Tufte(-ish) Xaringan Theme

Show code
embed_xaringan(url = "https://agrogan1.github.io/R/xaringan-themes/TufteTest.html",
               ratio = "4:3")

Moments of Rising Mist Xaringan Theme

Show code
embed_xaringan(url = "https://agrogan1.github.io/R/xaringan-themes/Moments-Of-Rising-Mist.html",
               ratio = "4:3")

CSS to replicate design of Moments of Rising Mist: A Book of Sung Poetry

Banff Xaringan Theme

Show code
embed_xaringan(url = "https://agrogan1.github.io/R/xaringan-themes/BanffTest.html",
               ratio = "4:3")

Based upon design ideas from the Banff Mountain Film Festival

Supplemental Materials

Example

Possibly Related

Possibly related, and possibly helpful, may be my R Package for Michigan Colors in R Graphs