Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 571 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 571 Bytes

Confirmation letters

The repository contains three letters based on Professional Formal Letter (source: http://www.LaTeXTemplates.com).

Letters are located in the template folder:

  • erum_conference_confirmation.Rnw
  • erum_workshop_confirmation.Rnw
  • erum_participation_confirmation.Rnw

To compile these documents run codes/docs_examples.R. The creation of original documents is based on a Google Sheet (Google Form) and requires the following packages:

library('googlesheets')
library('knitr')
library('dplyr')
library('stringi')
library('lubridate')