Writing a Letter: KOMA Settings
\documentclass[12pt,parskip=full]{scrlttr2}
\usepackage[british]{babel}
\KOMAoption{subject}{afteropening,right,underlined,titled}
\KOMAoptions{foldmarks=vpmBT}
\setkomavar{signature}{Mr Big Head, Managing Director}
\setkomavar{subject}{A sample letter}
\begin{document}
\begin{letter}{Mrs Mabel Canary\\24 The Street\\
Some Village\\Some Town\\Noshire\\AB1 2YZ}
\setkomavar{myref}{ABC/123}
\setkomavar{invoice}{123456}
\setkomavar{customer}{2}
\opening{Dear Mrs~Canary}
This is an imaginary letter.
This is the second paragraph of the letter.
\closing{Yours sincerely}
\ps PS: this is a postscript.
\encl{Photocopy of something interesting\\
Photocopy of something rather dull}
\cc{Prof Important Person\\Dr Bor Ing}
\end{letter}
\end{document}
Download scrlttr2-sample2.tex or scrlttr2-sample2.pdf.
