重複の可能性あり:
LaTeX の「変更履歴」
Word パッケージには修正モードがあります。すべての変更がマークされます。この方法で、他の人のドキュメントに提案された変更を表示できます。
Tex におけるアナログとは何ですか?
答え1
使用できるパッケージは多数あります。todonotes
そしてchangebar
そのうちの 2 つを、小さな例で示します。
\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 の「変更履歴」