Generating reproducible conference posters using posterdown and rmarkdown

Brent Thorne

2019-10-09

This document is intended to be an introduction to using the {posterdown} package in order to generate a reproducible conference poster. The intent of this package is to allow for simple, clean, and production ready templates that can be customized as needed.

Getting Started

To generate a blank poster document add the following to your .Rmd file:

---
output:
  posterdown::posterdown_html
---