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