Possible Duplicate:
Continuous footnote numbering
How can I achieve that footnotes have a global numbering scheme, and not a per chapter numbering?
I am using the book class from the koma-script. I am also using the footmisc package.
Possible Duplicate:
Continuous footnote numbering
How can I achieve that footnotes have a global numbering scheme, and not a per chapter numbering?
I am using the book class from the koma-script. I am also using the footmisc package.
\makeatletter
\@removefromreset{footnote}{chapter}
\makeatother