我尝试了问题中的 6 个示例中的所有示例(调整/破解它以查看是否可以使其与 parnotes 一起使用):
对具有超链接支持的同一脚注的多次引用 - 有没有更好的解决方案?
现在我觉得我需要问一下。我使用 amsart/lualatex 组合,这是 MWE。
\documentclass{amsart}
\usepackage[narrower,notessf]{parnotes}
\usepackage{hyperref}
\usepackage{cleveref}
\crefformat{footnote}{#2\footnotemark[#1]#3}
\begin{document}
\part{one}
\section{section1}
My paltry MWE \footnote{\label{one}I was not thinking but these last few words are now labeled `one'}.
\section{section2}
The above footnote containing my poor reason, while being true, can be referenced in the text, \cref{one}, or\footnote{in another footnote! By the way, see \cref{one}}.
\part{two}
\section{section3}
I would like to do the same as in the first part \parnote{So this parnote will be what I want to reference later on.\label{nine}}. I would like to do the same as in the first part. I would like to do the same as in the first part.
Wished this worked, referencing in the text produces the section number though - \cref{nine}...\parnote{Trying to reference in another parnote also doesn't work - \cref{nine} - it again just references the section...}
\parnotes
\end{document}
我想这基本上解释了我的问题。