ftilmann

Results 108 comments of ftilmann

@alexpacini your support for prioritising \cmidrule issue is noted. However, can you open a separate issue for the \multicolumn issue and include an example demonstrating the effect.

The regex `--exclude-safecmd' only can match the command string not the command including its arguments. I think the only way to do this currently is processing outside latexdiff. I see...

Thank for this suggestion. The suggested fix unfortunately will break on Linux. Unlike with latexdiff, with latexdiff-vc there is no real promise of operation system independence, as there is intense...

You have discovered a way to fool latexdiff. In the current framework it's not that easy to fix. Can you move these definitions into the preamble? Alternatively, with `--math-markup=3` it...

Normally it works to use \DIF commands even in \title, \author, even if they are only defined later, for example this file in the test suite has a similar structure...

This is a known problem and results from incompatibility between ulem package and most citation packages. Only the author of ulem package can really solve this (but I guess it...

Unfortunately, I believe footnotes in display equations simply don't work, so this cannot easily be achieved. So I don't really see a way to address this, sorry

Yes, this would probably be possible, but not easy to implement - one would have to keep a running tally of deleted parts in maths environments, and then add the...

Thanks for this suggestion. Unfortunately, I have little idea about the Windows world, so cannot take this on myself. On Unix systems (linux+MacOS) this is a non-issue as perl almost...

It's a little bit pathological code, although of course technically correct. The easiest way to fix this would be to look for this pattern in pre-processing and make just the...