Le 26/09/2017 à 20:32, Rich Shepard a écrit :
> head being too high, but I do see this:
>
> Class scrlttr2 Warning: Letter option file `DIN.lco'
> (scrlttr2) needs paper size `a4'.
> (scrlttr2) Current paper size is not `a4'!
> (scrlttr2) You should add `paper=a4,paper=portrait' at the
> (scrlttr2) option list of `\documentclass' or
> (scrlttr2) add `\KOMAoptions{paper=a4,paper=portrait}'
> (scrlttr2) before starting this letter!
> (scrlttr2) Maybe you know what you are doing,
> (scrlttr2) so I do not change this myself.
>
> At the top of the preamble I inserted \LoadLetterOption{My}%
> so I don't know why LyX is using DIN.lco. And the page format is US letter,
> not A4. Gzipped log file attached.
Rich,
You said that you made a copy of DIN to create your My.lco. Did you
delete these lines?
"
\LetterOptionNeedsPapersize{%
DIN%
}
{a4}
"
They should be replaced by:
"
\LetterOptionNeedsPapersize{%
My%
}{letter}
"
--
Jean-Marie