One solution is the perpage package, that provides a general mechanism for resetting counters per page. Put the command \usepackage{perpage} and \MakePerPage{footnote} into your document preamble, immediately after the \documentclass line and before the \begin{document} line.
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.
发布评论
评论(2)
一种解决方案是
perpage
包,它提供了一种用于重置每页计数器的通用机制。将命令\usepackage{perpage}
和\MakePerPage{footnote}
放入文档序言中,紧接在\documentclass
行之后和 < code>\begin{document} 行。界面非常简单:
\MakePerPage{footnote}
就可以完成这项工作。如果您想以 1 以外的值重新启动计数器(例如,为了避免 LaTeX 脚注符号列表中的某些内容),您可以使用:\MakePerPage[2]{footnote}
。这是一个一流的软件包,小巧而高效。参考:TeX FAQ 条目 “每页”编号的脚注
One solution is the
perpage
package, that provides a general mechanism for resetting counters per page. Put the command\usepackage{perpage}
and\MakePerPage{footnote}
into your document preamble, immediately after the\documentclass
line and before the\begin{document}
line.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.Reference: TeX FAQ entry Footnotes numbered “per page”
重置
footnote
计数器,或按页面重置:Reset the
footnote
counter, or make it reset by page: