Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 2.12 KB

letter.md

File metadata and controls

61 lines (49 loc) · 2.12 KB
author title position email website phone signature recipient subject opening closing ps pstext mention cc attachment compact
First Last
Dr.
Assistant Professor
+1 (234) 567 8900
signature/sign.pdf
| To Whom It May Concern, | XYZ University, | 123 Invented St. | City, St, 830291
My very nice letter
Dear members of the committee,
With all my gratitude,
Something I forgot.
*Post scriptum*: 
Draft
A student
A colleague
Readme.md
letter.md
true

I am using the Crimson Text font, in italic, in bold, in bold and italics. I am not using the \textcolor{augustagrey}{\enquote{Augusta Grey}} in this document, but could if I wanted to.

This document uses markdown, a

plain text format for writing structured documents, based on formatting conventions from email and usenet.

The lists

#. can be numbered, #. and are somehow compact.

But the lists can also

  • Be unnumbered,
  • While still respecting the guidelines (cf. p. 145 of the guidelines).

And we can even include code!

-- Courtesy of 
-- https://pandoc.org/MANUAL.html#extension-fenced_code_attributes
qsort []     = []
qsort (x:xs) = qsort (filter (< x) xs) ++ [x] ++
               qsort (filter (>= x) xs)

This template relies heavily on the "komaletter" class (actually called scrlttr2), whose 567 pages-long documentation is at the same time exhaustive, impressive, and sometimes difficult to navigate. The source code is, however, commented to the best of my abilities, and should help anyone willing to tweak it.

According to wikipedia,

Lorem ipsum is typically a corrupted version of De finibus bonorum et malorum, a 1st-century BC text by the Roman statesman and philosopher Cicero, with words altered, added, and removed to make it nonsensical and improper Latin. The first two words themselves are a truncation of dolorem ipsum ("pain itself").