答案1
您可以使用多个软件包:todonotes
和changebar
其中两个;举个小例子:
\documentclass{article}
\usepackage{todonotes}
\usepackage{changebar}
\usepackage{lipsum}
\begin{document}
\lipsum[2]
\begin{changebar}
\lipsum[2]
\end{changebar}
\lipsum*[2] text text
\todo[prepend]{A very long and tedious
note that cannot be on one line in the list of todos.}.
\lipsum[2]
\end{document}
对于某些外部工具,你可以看到LaTeX 中的“跟踪修订”