An open API service indexing awesome lists of open source software.

https://github.com/btskinner/uf_md_letterhead

Markdown version of UF letterhead
https://github.com/btskinner/uf_md_letterhead

Last synced: 1 day ago
JSON representation

Markdown version of UF letterhead

Awesome Lists containing this project

README

          

# Markdown version of UF letterhead

This markdown file and template follows the [UF standard for
letterhead](http://identity.ufl.edu/stationery/).

## To use

Fill out yaml and replace stock text in the body of the `letter.md`
file. Compile using the following command in the terminal:

``` bash
pandoc ./letter.md --read=markdown --write=latex --output=./letter.pdf --pdf-engine=xelatex --template=letter_template.tex
```