如何重新开始每页的脚注编号

leg*_*ami 10 latex footnotes

我有超过9个脚注,所以我需要重新开始脚注编号.我知道我可以强制在第10项中添加[1],但我想要一些自动的东西.

我该怎么做?每页添加一些单词.. ??

fgy*_*ica 23

一种解决方案是perpage包,它提供了重置每页计数器的一般机制.将命令perpage和\ MakePerPage {footnote}放入文档前导码中,紧跟\usepackage{perpage}在行之后和行之前\MakePerPage{footnote}.

\documentclass{article}
\usepackage{perpage} %the perpage package
\MakePerPage{footnote} %the perpage package command
\begin{document}
Run Code Online (Sandbox Code Playgroud)

界面非常简单:\documentclass将完成工作.如果要以非1的方式重新启动计数器(例如,为了避免LaTeX脚注符号列表中的某些内容),您可以使用:\begin{document}.这是一流的套餐,小巧而高效.

http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footnpp


Sjo*_*erd 6

重置footnote计数器,或按页重置: