在我的 LaTeX 报告中,我讨论了一个大概念:
Here is the main body of the report.
Blah blah blah A Big Concept\footnote
{%
A well known description is provided in Reference
\cite{reference_A} while Reference \cite{Reference_B}
provides a lighter (and possibly less permanent) treatment.
\label{fnBigConcept}
}
blah blah blah. Appendix \ref{AppBigConcept} discusses this in
more detail.
<...snip...>
\appendix
\section{Details of A Big Concept} \ref{AppBigConcept}
Here is the discussion on A Big Concept \cite{reference_A}.
Blah blah blah.
报告正文中的脚注解释了两处参考文献。在附录中,我只引用了其中一处参考文献,因为重复脚注似乎不对。不过,我认为脚注中的解释对这两处都有帮助。
在附录中,我可以在正文中引用脚注,但我希望使用这样的短语:“请参阅第 \pageref{fnBigConcept} 页上的脚注 \ref{fnBigConcept}”。这太拗口了,所以我想把它塞进自己的脚注中。但这开始变得难以控制——脚注引导读者参考另一页的脚注。这并不比重复脚注好多少,实际上这对读者来说更方便。
实际提供这两个引文的解释的最佳方法是什么,以便可以在文档的多个位置方便地访问它?
如果最好的解决方案是重复脚注,我会手动重新输入脚注。这自动重复方案
看起来工作量很大。 后记:我最终使用了\newcommand\footnoteA{\footnote{some footnote}\:}
上述网页上 David Carlisle 的版本——直到我决定不是重复脚注。在前面的代码中,我发现\:
需要防止与以下文本相接。