On Tue, Jan 08, 2002 at 11:43:59AM +0100, Jan-Peter Koopmann wrote:
> Hi,
>  
> I am writing a thesis with Lyx using the koma book class. I noticed that
> the footnote numbering restarts at 1 in every chapter. I do not want
> this. How can I turn this off? I looked everywhere but have to admin
> that I am too blind. Please help,

It is not a pretty solution, but you can add the following lines to the
preamble:

\def\cl@chapter{}
\@addtoreset{section}{chapter}
\@addtoreset{table}{chapter}
\@addtoreset{figure}{chapter}
\@addtoreset{equation}{chapter}

Reply via email to