gpt4 book ai didi

latex - 如何重新启动\footnote 编号每页

转载 作者:行者123 更新时间:2023-12-04 02:41:23 26 4
gpt4 key购买 nike

关闭。这个问题是off-topic .它目前不接受答案。












想改善这个问题吗? Update the question所以它是 on-topic对于堆栈溢出。

9年前关闭。



Improve this question




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

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

最佳答案

一种解决方案是 perpage 包,它提供了一种重置每页计数器的通用机制。输入命令 \usepackage{perpage}\MakePerPage{footnote}\documentclass 之后立即插入您的文档序言线和之前\begin{document}线。

\documentclass{article}
\usepackage{perpage} %the perpage package
\MakePerPage{footnote} %the perpage package command
\begin{document}

界面非常简单: \MakePerPage{footnote}会做的工作。如果您想以 1 以外的其他值重新启动计数器(例如为了避免 LaTeX 脚注符号列表中的某些内容),您可以使用: \MakePerPage[2]{footnote} .这是一流的包装,小巧而高效。

引用:TeX 常见问题条目 Footnotes numbered “per page”

关于latex - 如何重新启动\footnote 编号每页,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3701605/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com