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
516 stars 73 forks source link

Unescaped left brace in regex is deprecated... latexdiff-git LINE 451 #140

Closed ExtremOPS closed 6 years ago

ExtremOPS commented 6 years ago

Hi,

I am using latexdiff-git --exclude-textcmd="section,subsection,subsubsection" --math-markup=2 --flatten -r $LAST_GOOD_SHA $tex to create a certain diff file. But I get following errors:

Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\\zref\@newlabel{ <-- HERE DIFchgb(\d*)}{.*\\abspage{(\d*)}}/ at /usr/bin/latexdiff-git line 451.

and some more Unescaped left brace in regex is deprecated, passed through in regex; marked by errors down the road in latexdiff.

ftilmann commented 6 years ago

Thanks for the report. The issue with the left braces had been already fixed on github - you will have to wait for the next version update or install from github.
The 'deprecated' warning in itself should not result in error, though, so maybe something else is wrong? If so, please open a new issue with detailed description and MWE.