I am endeavouring to write a letter UK style using the KOMA-Script "scrlttr2" class. This means aligning the from address on the right of the page. After trial and error (mostly the latter) I succeeded. However, no matter how I try I cannot seem to get the vertical position as I wiould wish, namely immediately below the top margin.
Script so far:
Code: Select all
\documentclass[
standard,
backaddress=off,
fromalign=locationleft
]{scrlttr2}
\usepackage[UKenglish]{babel}
\usepackage{changepage}
\begin{document}
\makeatletter
\@setplength{backaddrheight}{0pt}
\let\@texttop\relax
\makeatother
\begin{letter}{
Donald Duck and Co.\\
Disneyland\\
Wherever\\
}
\setkomavar{subject}{Re: Appeal for alimony}
\opening{Dear Donald,}
My name is Daisy \ldots\
\closing{Regards}
\end{letter}
\end{document}
I have searched as well as I am able, but am unable to resolve this. Any help appreciated. I suspect that when I get to grips with this, I shall have the key to progressing more rapidly.
TIA David