On Tue, 26 Sep 2017, Jean-Marie Pacquet wrote:
These \@setplength should be in the lco file (letter class options) which
is called in the Latex preamble with \LoadLetterOption{lcofile}% I don't
think you can use them anywhere in your Lyx document.
Jean-Marie,
The setting file does not have a \LoadLetterIption command, and does
contain \@setplength commands:
\date{}
\usepackage{scrpage2,url}
\pagestyle{scrheadings}
\cfoot[scrplain-centered ]{}
\makeatletter
% horizontal position of the address field
\@setplength{toaddrhpos}{20.0mm}
%\vertical position of the address field
\@addtoplength{toaddrvpos}{20mm}
\makeatother
\renewcommand*{\raggedsignature}{}
\makeatletter
% vertical position of ref line (date)
\@setplength{refvpos}{6.5cm}
% space between ref line and letter text
\@setplength{refaftervskip}{4cm}
% space for signature image
\@setplength{sigbeforevskip}{0mm}
\makeatother
\firsthead{\centering\usekomavar{fromlogo}\hspace*{8cm}}
\ihead{\usekomavar{toname}\\%
Page \thepage\\\usekomavar{date}}
\KOMAoptions{%
foldmarks=false
}
Rich