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} Nikos