我无法在命令\footnote{}
内编译\added{}
。执行相反的操作(\added{}
在 内\footnote{}
)可以编译但不会产生所需的输出,因为我希望脚注编号也突出显示以指示其已添加到文本中。我该如何实现这一点?谢谢,Jorge。
\footnote{}
我在尝试编译时遇到错误\added{}
:
! Use of \@xfootnote doesn't match its definition.
\@ifnextchar ...eserved@d =#1\def \reserved@a {#2}
\def \reserved@b {#3}\futu...
l.20 ...ootnote\added{\footnote{With added text.}}
.
例子:
\documentclass{article}
\usepackage[paperheight=4cm,paperwidth=8cm,margin=0.5cm]{geometry}
\usepackage{changes}
\begin{document}
% This compiles, but doesn't yield the desired output:
Let's try adding a footnote\footnote{\added{With added text.}}.
% This doesn't compile:
%Let's try adding a footnote\added{\footnote{With added text.}}.
\end{document}
结果(不理想——需要突出显示脚注编号!):
答案1
更改包没有考虑到如果更改脚注的编号必须采用不同的颜色。
关于彩色脚注有一些疑问,例如请参见此处:更改 LaTeX 中脚注标记的颜色或者这里:如何创建彩色的脚注环境?
我发现了一个包(footnotehyper),它提供了一种彩色脚注,但是页脚中的脚注数字没有被着色。
你的愿望真的值得你花费大量时间和精力吗?