方程式の変化を追跡することは可能ですか?変更パッケージとは? 私が言いたいことの小さな例を以下に示します。
\documentclass{article}
\usepackage{changes}
\begin{document}
\noindent Using the changes package is it possible not only to delete \deleted{text}, but
also equations? For instance this one:
%\deleted{\protect
\begin{equation}
x = 1
\end{equation}
%}
\end{document}
コメントされたテキストを削除すると、提案どおりに「\protect」を使用してもコンパイルエラーが発生します。ここ同じ質問に別のパッケージを使用して回答した場合。