On 09/19/2009 07:23 PM, Nikos Alexandris wrote:
On Sun, 2009-09-20 at 02:21 +0300, Nikos Alexandris wrote:
John:
[...] I would
like to see my footnotes for each section renumbered
starting with 1.
  [...] I tried inserting the code
"\...@addtoreset{footnote}{section}" in the document preamble
and still nothing.
Marcelo Acuña:
I could not either obtain that.
I have koma-script book.
What about the following (for the KOMA script):

% per-chapter numbering
\numberwithin{footnote}{chapter}
Opps... it's about sections. Sorry! Maybe replace "chapter" with
"section" in the above command in the preamble?!

For book.cls, you can do this:

\let\oldsec=\section
\def\section{\setcounter{\footnote}{0}\oldsec}

That seems to work, though it wouldn't be shocking if there were side-effects.

rh

Reply via email to