/cheat-sheet-rmarkdown

An Rmd template for creating compact cheatsheets

Primary LanguageTeX

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}
---