> ok, we got it ...
> write in latex preamble:
>
> \def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne
> \if@mainmatter
> \refstepcounter{chapter}%
> \typeout{\@chapapp\space\thechapter.}%
> \addcontentsline{toc}{chapter}%
> {\protect\numberline{\thechapter}#1}%
> \else
> \addcontentsline{toc}{chapter}{#1}\fi
> \else
> \addcontentsline{toc}{chapter}{#1}
> \fi
> \chaptermark{#1}%
> \if@twocolumn
> \@topnewpage[\@makechapterhead{#2}]%
> \else
> \@makechapterhead{#2}%
> \@afterheading
> \fi}
>
>
> Herbert
It works! Thank you very much! I'm delighted!
But just give me a hint, please: What was going wrong?
Why didn't you have the obscure extra space in your LoTs, but me?
Did I make any mistake? How could I have avoided it?
Or is it a bug or a feature of Lyx?
I'd like to reduce my ignorance a little bit.
Thanks once more :-)
Detlev