Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Originally I asked this at http://tex.stackexchange.com/, but I was told to go here...

I'm looking for a nice versioning system for LaTeX. At home I use SVN and it's great, but some of my fellow students have a hard time just coping with LaTeX.

Is there a version management package or other easy solution that doesn't involve a server or strange programs to do the job?

It would be great if some variable was increased every time the document was compiled or something like that.

share|improve this question
use git s'il vous plait. – ogzd Feb 18 at 15:56
Cross-network duplicate posted: Is there a version management package/solution for latex? (non SVN etc) – Werner Feb 18 at 18:12
@Werner I know, I posted it. They advised me to post it here. – Hugo Feb 18 at 18:41
@Hugo: For future reference, don't repost the same post on other networks. Instead, flag it and request migration by moderators. Alternatively, delete it here and then post it elsewhere. This is to avoid cluttering networks with possibly unanswered posts. – Werner Feb 18 at 18:43
@Werner Ok. Thanks – Hugo Feb 18 at 18:47

closed as not constructive by Flexo, gnat, Sankar Ganesh, Roman C, Stony Feb 19 at 9:29

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

LaTeX sources are texts. Any SCM can handle text's sources. "Easy solution that doesn't involve a server..." implies DVCS. If students "...have a hard time just coping with LaTeX...", they will have a lot harder time coping with Git (sure).

Mercurial (cross-platform with good native clients for all OS /contrary to Git in Win-world/) as CLI-client (three-four commands totally) or GUI (TortoiseHG) plus using in Mercurial special (WYSIWYG ?) differ|merger for latex's sources may be good choice

Keywords (any custom text and mercurial-variables) exist in Mercural also and are easy accessible, Git's smudge/clean filters are a lot harder

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.