Tagged Questions
8
votes
1answer
767 views
latexdiff + svn not working with multiple files (flatten)
Short question
Seems like --flatten doesn't work properly with latexdiff-vc.
How can I get this working, without reverting to my elaborated workflow described below?
Context
I track the history of ...
20
votes
4answers
1k views
texdiff for multi-file documents in subversion
I've been looking for a convenient way to highlight changes between subversion revisions of my Latex document in the generated PDF. I am working on a reasonably complex document that pulls together ...
11
votes
2answers
2k views
Best LaTeX-aware diff and merge tools for subversion
What's a good (or preferably, in your opinion the best) way to make subversion diff'ing and merging LaTeX-aware?
I know latexdiff and latexrevision exist, but it's not clear to me how to make those ...
50
votes
5answers
5k views
Using latexdiff with git
I'd like to be able to use latexdiff with git. At the moment I have an alias in my .gitconfig file for a word-based diff:
[alias]
wdiff = diff --color-words
but is it possible to make an alias ...