Tagged Questions
8
votes
1answer
707 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 ...
8
votes
1answer
281 views
How to collaborate on a TeX project using VCS with a collaborator who is not using VCS?
Pretty self-explanatory; I'm thinking of @AndrewStacey's answer, in particular the part about working with collaborators who do not use VCS. I'm hoping for a more detailed explanation / step-by-step ...
7
votes
2answers
304 views
svn for multiple files
Can someone explain how to use svn-multi in order to typeset the current revision (i.e., not the current file version)?
I had to split a document into several .tex files. One file is the main, and ...
2
votes
2answers
214 views
Count words difference between newest and old .tex file on SVN commit
I use latex for writing papers and I would like to bring more control over my progress - in other words - count lines and words. But I always forget to check how many words I have before I start ...
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 ...
8
votes
4answers
468 views
Subversion keyword string inside LaTeX document
I put a subversion keyword string inside my LaTeX document. It looks like:
$LastChangedDate: 2011-01-16 18:09:33 +0100 (nie) $
and it gets replaced (simple textual substitution) every time I make a ...