Le 24/02/2013 07:26, Charlie a écrit :
I'm having a problem with the space between Closing and Signature in:
letter (KOMA-Script v.2)
using LyX version 2.0.3 Debian Wheezy.
I need more space to apply my hand written signature. [...]
From the user guide (scrguien.pdf):
Between closing phrase and signature a vertical space is inserted. The
height
of this space is defined in the pseudo-length sigbeforevskip. It defaults to
2 lines. In this space you can write your inscription.
% position from top of page of Sender Name thanks to: Jean-Marie Pacquet
\@addtoplength{firstheadvpos}{1cm}
\@addtoplength{firstfootvpos}{-1cm}
This seems to be the right place ;-) to add this line:
\@setplength{sigbeforevskip}{2\baselineskip}
Change the 2 to whatever suits you
Cheers
--
Jean-Marie