Footnotes numbered “per page”

The obvious solution is to make the footnote number reset whenever the page number is stepped, using the LaTeX internal mechanism. Sadly, the place in the document where the page number is stepped is unpredictable, not (“tidily”) at the end of the printed page; so the link only ever works by luck.

As a result, resetting footnotes is inevitably a complicated process, using labels of some sort. It’s nevertheless important, given the common requirement for footnotes marked by symbols (with painfully small symbol sets). There are three packages that manage it, one way or another.

The perpage package provides a general mechanism for resetting counters per page, so can obviously be used for this task. The interface is pretty simple: \MakePerPage{footnote} will do the job. If you want to restart the counter at something other than 1 (for example to avoid something in the LaTeX footnote symbol list), you can use: \MakePerPage[2]{footnote}. It’s a first-rate package, small and efficient

The footmisc package provides a variety of means of controlling footnote appearance, among them a package option perpage that adjusts the numbering per page; if you’re doing something else odd about footnotes, it means you may only need the one package to achieve your ends.

The footnpag package also does per-page footnotes (and nothing else). With the competition from perpage, it’s probably not particularly useful any more. (Documentation is footnpag-user.pdf in the distribution.)

footmisc.sty
macros/latex/contrib/footmisc (gzipped tar, browse)
footnpag.sty
macros/latex/contrib/footnpag (gzipped tar, browse)
perpage.sty
Distributed as part macros/latex/contrib/bigfoot (gzipped tar, browse)

This question on the Web: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footnpp