I am using scrlttr2 instead of the default letter for the various extra features it offers, but I want the fromaddress to be on top of the date and not in the page header. So I want it to look just like the default letter puts it.
Is there any way I could remove the sender address from the header and put it on the date (with just one line of space)?
I have this preamble so far:
\documentclass[paper=a4,parskip=full]{scrlttr2}
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\KOMAoptions{foldmarks=off,backaddress=false,fromalign=right}
\renewcommand*{\raggedsignature}{\raggedright}
This puts the from address in the header on the right and not aligned with the date. I want it to be lower (just over the date) and aligned with the date.


locationwith the fromaddress and the date is not aligned properly with the body text of the letter. It goes out like 1cm more or something to the right further than the letter's body which looks really awkward. Any idea how to make them aligned? – jbx Mar 25 '13 at 22:35refline=widein my case, but it is still making things wide. I don't want it to be positioned within the window of an envelope, its not going to be posted, its just a formal document in the form of a letter (like a reference letter). – jbx Mar 27 '13 at 16:50toaddrhpos, i.e.\makeatletter \@setplength{toaddrhpos}{\dimexpr 1in +\oddsidemargin\relax} \makeatotherin your preamble. – Andrew Swann Mar 27 '13 at 16:55fromaddrhpos, nothing happened. :( – jbx Mar 27 '13 at 16:57lochposyou need, seescrguien(at ctan ) page 296. So\makeatletter \@setplength{lochpos}{1in} \makeatotherwill work. – Andrew Swann Mar 27 '13 at 17:06scrguien? Import it as a package or change the document class? – jbx Mar 27 '13 at 17:09