ftilmann / latexdiff

Compares two latex files and marks up significant differences between them. Releases on www.ctan.org and mirrors
GNU General Public License v3.0
514 stars 72 forks source link

dcases breaks latexdiff #202

Open popina1994 opened 4 years ago

popina1994 commented 4 years ago

\begin{dcases} \end{dcases} is not recognized as a environment. latexdiff inserts in \DIFADD \begin{dcases} and breaks the compilation due to this. Is there a way manually to solve this problem?

ftilmann commented 4 years ago

I am afraid that there is not enough information. A \begin statement should normally never be in the argument of a \DIFadd (and that's also not what you show). In order to proceed you would have to provide a minimum working example and latexdiff version string (unless you are at master) [note that this does not guarantee I am able to solve it on a short time scale]