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
- Host: GitHub
- URL: https://github.com/btskinner/uf_md_letterhead
- Owner: btskinner
- Created: 2021-06-30T12:40:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T16:42:51.000Z (over 4 years ago)
- Last Synced: 2025-01-17T15:44:55.640Z (11 months ago)
- Language: PostScript
- Size: 316 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```