我目前正在排版一本书,使用 LuaLaTeX。
关于脚注,我希望实现以下目标:
- 无脚注规则
- 悬挂在页边空白处的脚注符号
- 脚注符号应在注释中全尺寸显示(LaTeX 可以很好地处理“文本”部分)
我使用 处理 1 和 2 footmisc
,并且还使用它fnpct
来确保标点符号的良好字距调整。
我只是不知道如何处理 3。这里有一些 MWE
\documentclass[mdemyvopaper, showtrims, twoside, openright,11pt]{memoir}
%Bunch of stuff and packages
\usepackage[marginal,norule]{footmisc}%note piè
\usepackage{perpage}
\usepackage{fnpct}
\setfnsymbol{bringhurst}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\MakePerPage{footnote}
%Bunch of other stuff
\begin{document}
Lorem\footnote{ipsum}.
\end{document}
你能帮帮我吗?谢谢