答案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 中的“追蹤更改”