I am co-authoring a piece of text, and I would like to indicate that in my opinion certain parts should be removed, by drawing a big red cross through that specific section. I have tried to work with tikz, but this usually ends up in procrastinating by exploring the awesomeness of Tikz.
What I need is being able to just add a line before and after the section needed to be discussed, such as:
\begin{cross}
This text should be removed or discussed
\end{cross}
Is there a package that enables this?



changespackage? A simple example is http://tex.stackexchange.com/questions/65453/track-changes-in-latex/65466#65466 – percusse Sep 27 '13 at 10:52