Text FormattingPackage for tracking Changes causes Errors

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
nprause
Posts: 1
Joined: Tue May 28, 2013 6:30 pm

Package for tracking Changes causes Errors

Post by nprause »

I'm using the trackchanges package. It appears it is completely incompatible with normal LaTeX. For example:

Code: Select all

\remove{
\subsection{Psychophysiology.}
\subsubsection{Pupilometry and sustained reactions to emotional information in depression.}
\begin{wrapfigure}{r}{0.35\textwidth}
\caption{\footnotesize{Temperature reactivity during visual stimulation}}
\centering
\includegraphics[width=0.35\textwidth]{prausetemperature}
\end{wrapfigure}
Boring text
\subsubsection{Thermistor measures.}
Boring text.
}
Results with an error:

Code: Select all

! LaTeX Error: Environment {wrapfigure} undefined.
It is not just figures, but many items seem incompatible with "trackchanges". Has anyone discovered a simple solution for using this package? The alternatives are causing similar havoc with a document in which we must show what was changed.
Last edited by localghost on Tue May 28, 2013 6:56 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply