16 lines
197 B
TeX
16 lines
197 B
TeX
|
\documentclass[12pt]{letter}
|
||
|
\signature{\username}
|
||
|
|
||
|
\longindentation=0pt
|
||
|
\begin{document}
|
||
|
\begin{letter}{}
|
||
|
|
||
|
\opening{Dear \thecompany,}
|
||
|
|
||
|
\body
|
||
|
|
||
|
\closing{\closingtext,}
|
||
|
|
||
|
\end{letter}
|
||
|
\end{document}
|