We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
由于重定义了 \@makefntext,会导致使用 fancyvrb 宏包并开启 \VerbatimFootnotes 时脚注排版错误。
\@makefntext
fancyvrb
\VerbatimFootnotes
其实可以直接修改脚注命令,支持插入抄录文本。
The text was updated successfully, but these errors were encountered:
见 https://tex.stackexchange.com/q/203 和 http://www.tex.ac.uk/FAQ-verbwithin.html 。
Sorry, something went wrong.
在 a86287d 中修改了脚注命令,不再使用悬挂缩进,但可兼容 fancyvrb 宏包。
No branches or pull requests
由于重定义了
\@makefntext
,会导致使用fancyvrb
宏包并开启\VerbatimFootnotes
时脚注排版错误。其实可以直接修改脚注命令,支持插入抄录文本。
The text was updated successfully, but these errors were encountered: