我使用 todonotes 包来突出显示文档中的更改,并通过 \listoftodos 命令将它们列在文档末尾。我不想使用标准的“待办事项列表”标题,而是想将其命名为“建议更改列表”之类的名称。我已查看包文档以寻找答案,但目前还没有找到。恐怕它需要重新定义一些我无法自己完成的命令。有人有什么建议吗?
答案1
您可以使用可选参数\listoftodos
。请参阅包文档中的“listoftodos 命令的选项”部分todonotes
。
\listoftodos[List of suggested changes]
例子:
\documentclass{article}
\usepackage{todonotes}
\begin{document}
Example text \todo{Dummy text} and more text
\listoftodos[List of suggested changes]
\end{document}
结果: