I need a help in using scrlttr2 for writing my letter. My latex code is:
Code: Select all
\documentclass[a4paper,12pt]{scrlttr2}
\usepackage[english]{babel}
\KOMAoptions{foldmarks=off,fromalign=left,addrfield=true,backaddress=off,subject=titled,fromphone=on,fromemail=true}
\setkomavar{fromname}{My name}
\setkomavar{signature}{My name}
\setkomavar{fromaddress}{My address\\Number\\City}
\setkomavar{fromemail}{email,etc}
\setkomavar{fromphone}{123456}
\setkomavar{subject}{Some important message\\second line}
\usepackage[bitstream-charter]{mathdesign}
\begin{document}
\def\today{my date}
\begin{letter}{address\\address\\number~city}
\opening{Dear Madam/Sir,}
etc, etc
etc etc
please help me
\closing{Sincerely,}
\encl{A one line}
\end{letter}
\end{document}
1. If i run the above code the word 'Subject' appears in my letter. Is there a way to avoid it?
2. The date appears on the right-side just above the subject. And i think it is fine. But for some reason I want it to be placed on the right-side of the from address..just right-side of my name in the from address. And before the date i want also to place the city name (e.g., city, 24 Feb. 2011).
3. Some time i write slight long letter. So one or 2 lines goes to next page. I think this can be solved by reducing the vertical space between date and receiver' address. So how to reduce it?
4. Some lines in the above code me be redundant. If you find some thing please inform me, I want to remove it.
thanks for your help.
rajini.