This is a simple template for writing letters using LaTeX.
See letter.pdf.
- Easy to use
\newcommand{\lang}{english}% needed for date formatting
\newcommand{\name}{Firstname Lastname}
\newcommand{\street}{Your Street}
\newcommand{\zipCity}{Zipcode, City}
\newcommand{\mobile}{+1 234 56789}
\newcommand{\email}{[email protected]}
\newcommand{\dateposted}{\today}
\newcommand{\recipient}{
Recipient name\\
Some street\\
Some city\\
}
- Easy to adapt
- Looks good
- Placement suitable for a window letter envelope
- Fold between subject and text
- Issues
- Pull Requests