cheat-sheet-rmarkdown icon indicating copy to clipboard operation
cheat-sheet-rmarkdown copied to clipboard

An Rmd template for creating compact cheatsheets

A LaTex template to use with {rmarkdown} to create a compact cheat sheet for school.

To use it, include the following in the YAML header of your Rmarkdown file.

---
output:
  pdf_document:
    template: {/path/to/template.tex}
---