Giovanni Bacci wrote: > Hello. Maybe this question is a little off topic, so excuse me, but > i'm trying to change the "date" field position in a koma-letter2 class, > without any success. Already googled without success. If someone have > some hints...
See section 6.3.4 of the KOMA class manual, "The Pseudo-Lengths". The date is par of the reference fields line, so e.g. % shift vertical position by 3cm \@addtoplength{refvpos}{3cm} % define ref line width \@addtoplength{refwidth}{6cm} % horizontally place ref line \@addtoplength{refhpos}{5cm} HTH, Jürgen