在 LaTeX 中实现加圈&脚注处编号与正文对齐的脚注

1
2
3
4
5
6
7
8
9
10
11
12
%导言区
%新增命令:改变脚注的编号格式
%第一步,让脚注编号用上带圈数字
%调用 xunicode-addon 宏包
\usepackage{xunicode-addon}
\xeCJKDeclareCharClass{Default}{"24EA, "2460->"2473, "3251->"32BF}
\setmainfont{Garamond-Math.otf}
\renewcommand{\thefootnote}{\textcircled{\arabic{footnote}}}
%第二步,在页面底部的脚注内容中,取消编号的上标样式
\usepackage{scrextend}
%缩进等水平距离均可调,现使用 chat-GPT 生成的距离看上去很舒服
\deffootnote{2em}{1.5em}{\thefootnotemark\hspace{0.5em}}