他の人の LaTeX 記事をレビュー中に修正する

他の人の LaTeX 記事をレビュー中に修正する

重複の可能性あり:
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 の「変更履歴」

関連情報