Re: change date position in a koma letter class

2011-06-07 Thread Giovanni Bacci

  martedì 07 giugno 2011, 05:23, Jürgen Spitzmüller:

 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}

  it worked like a charm!

thanks a lot!
G.


Re: change date position in a koma letter class

2011-06-07 Thread Giovanni Bacci

  martedì 07 giugno 2011, 05:23, Jürgen Spitzmüller:

 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}

  it worked like a charm!

thanks a lot!
G.


Re: change date position in a koma letter class

2011-06-07 Thread Giovanni Bacci

  martedì 07 giugno 2011, 05:23, Jürgen Spitzmüller:

> 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}

  it worked like a charm!

thanks a lot!
G.


change date position in a koma letter class

2011-06-06 Thread Giovanni Bacci

  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...

Thanks,
  Giovanni


Re: change date position in a koma letter class

2011-06-06 Thread Jürgen Spitzmüller
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


change date position in a koma letter class

2011-06-06 Thread Giovanni Bacci

  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...

Thanks,
  Giovanni


Re: change date position in a koma letter class

2011-06-06 Thread Jürgen Spitzmüller
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


change date position in a koma letter class

2011-06-06 Thread Giovanni Bacci

  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...

Thanks,
  Giovanni


Re: change date position in a koma letter class

2011-06-06 Thread Jürgen Spitzmüller
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