是否可以将所有脚注放在文档中的特定位置,而不是每页的底部?我在文章中分散放置了多个脚注,如果所有脚注都放在文章的最后,会更清楚
编辑(从“答案”移出)
我把脚注放在尾注中的每个编号中,是否可以有指向末尾实际脚注的链接?
答案1
这是一个起点:
\documentclass{book}
\usepackage{enotez} % for endnotes
\usepackage{hyperref} % for hyperlinks
\begin{document}
\mainmatter
\chapter{Title}
This has an endnote.\endnote{The text of the note}
\printendnotes
\end{document}
单击脚注编号将转到尾注页面。