ftilmann

Results 108 comments of ftilmann

On my system I cannot reproduce the error. On which system are you, and which shell are you using. latexdiff-vc makes extensive use of system (i.e. command line) commands. The...

I have been thinking about this also, and miss this functionality myself but I expect it is relatively difficult to implement, particularly in the current framework and there are some...

Thank you for looking into this so quickly. It will be an interesting feature but I will need a block of time to think about this and implement something, and...

I thought about this already for a long time but quite difficult to do in a useful way as unlike in Word there is no access to the editing process...

Thanks for the suggestion. Still not so quick to do in practice (or do you know of an algorithm implemented in perl that does fuzzy differencing of tokenized text?). I...

Thanks for leaving these hints. It looks like a promising approach but would replace the current diffing algorithm (at least optionally) and thus require quite a lot of coding to...

Thanks for the report but I will not fix it. This is simply too much of an edge case and also it is to some extent beyond latexdiff's control: If...

OK I take back that it is ulem's problem (`-t CFONT` indeed fixed the problem in this particular case, but this is because that style also changes the font with...

In order to be able to diagnose, an MWE (old and new file) would be needed. How is the output? If this looks fine, you can ignore the error message....

Thanks for the digging. I guess I can include the binmode commands (though might need a bit of extra effort to make this work in case of other encodings). In...