Merged
Conversation
Member
我觉得如果后者实现会比较脏,那么只允许前者也无妨。我刚也看了一下,可能主要问题在于会依赖 perpage 宏包的内部实现(比如名字),这样的话感觉比较脆弱 |
Contributor
Author
|
添加了 @Harry-Chen 还需要加别的吗? |
Harry-Chen
approved these changes
Jan 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
见 #1037 的讨论。
目前已完成:
footnote-style:circled/plainfigure-numbering:chapter/globaltable-numbering:chapter/globalequation-numbering:chapter/global我想公式编号应该也需要吧?footnote-numbering:page/chapter/global脚注编号比较复杂。目前默认的
footnote-numbering = page是通过传perpage参数给footmisc宏包实现的,后者在内部调用perpage宏包。如果限制footnote-numbering选项只在\documentclass中,可以简单地通过控制perpage参数实现。但如果要允许在\documentclass以外设置该选项,需要修改底层命令。这部分比较复杂,我还没完全搞懂。style-override:none/schwarzman