postnotes
宏包提供此功能。
\documentclass[UTF8]{ctexart}
\usepackage{tasks}
\usepackage{postnotes}
\postnotesetup{backlink}
\def\endnote{\postnote}
\def\theendnotes{\printpostnotes}
\usepackage{hyperref}
\begin{document}
\begin{tasks}(3)
\task 周穆王\endnote{陳永伯 原本有目無文。現據《道藏》本《曆世真仙體道通鑒》卷五補。}\label{005陳永伯}
\task 燕昭王
\task 彭祖
\task 魏伯陽
\end{tasks}
\newpage
\theendnotes
\end{document}
某些地方可能和 endnotes
不一样,需要自己调整。
问 endnotes宏包怎么加跳转链接?