Is it possible to track changes of equations using the changes package? Here is a small example of what I mean:
\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}
When removing the commented text I get a compilation error, even when using "\protect" as suggested here when the same question was answered using a different package.
\deletedcannot take a long argument (one that contains paragraphs, line breaks and the like.) The documentation states "You cannot markup more than one paragraph at a time. You cannot markup figures or tables as well." – moewe Mar 19 '14 at 14:50\begin{equation}\deleted{x=1}\end{equation}. – Claudio Fiandrino Mar 19 '14 at 14:51\usepackage[final]{changes}will remove all the deleted or highlighted text. If you only delete the equation text, the equation number will still be there with the "final" argument. – user35027 Mar 20 '14 at 08:11\deleted. – moewe Mar 20 '14 at 08:53