如何在 LaTeX 的脚注中引用页码、章节和公式编号?脚注应具有与引文相同的符号。我用它bibtex
来生成参考书目。我一直在使用可选参数\cite
,但我发现这会占用段落中的太多空间。
答案1
在脚注中将可选的引用参数用于指向同一引用的封闭参数中。
Tax code
\cite[\footnote{\cite[chapter 31, section 4.82.B.IX.3(c).1442(D)]{tax1}}]{tax1}
is dreded by all, but not so much as
\cite[\footnote{\label{tax1label1}\cite[chapter 82, section 12.91.FB.VII.9.382]{tax1}}]{tax1},
but the latter
\cite[\textsuperscript{\ref{tax1label1}}]{tax1}
is not dreded by all.
最终结果如下
Tax code [USC17, $^1$] is dreded by all, but not so much as
[USC17, $^2$], but the latter [USC17, $^2$] is not dreded by all.
--- Bilography ---
[USC17] blah blah blah
--- footnotes ---
$^1$ - [USC17, chapter 31, section 4.82.B.IX.3(c).1442(D)]
$^2$ - [USC17, chapter 82, section 12.91.FB.VII.9.382]