May 11, 2007

“Track Changes” for LaTeX

Posted by Eric at 5:22 pm | Category: Links, Technology

I use LaTeX a lot. As in, for almost everything where I have to produce a written document, whether it be writing an essay or paper, taking notes, or doing my problem sets. I try to minimize the amount of time I touch Microsoft Word, because it hurts whenever I do. Getting things done in Word is almost painful, as the interface is awkward and slow (especially since I have to run Word in Rosetta, which is essentially emulation). I also really like LaTeX because the documents it produces are very, very beautiful and much easier to read.

The one time I pick up Microsoft Word, however, is when I have to edit and collaborate on documents, because there’s really nothing better than the “Track Changes” feature that Microsoft has. Adobe’s collaborative editing features for PDFs are really shamefully bad, and I don’t know anyone who uses them.

That may change now, though. via GeomBlog, I found latexdiff, a program that’ll output a diff file that will mark changes. It apparently also supports basic accept and reject changes, as well, through the editing of the diff file. The example given seems to be absolutely perfect!

4 Responses to ““Track Changes” for LaTeX”

  1. MadGenius Says:
    May 31st, 2007 at 5:42 am

    hi eric,

    i hadn’t really heard of latex until recently - Word still rules biologists :(

    how does latex manage things like inserting graphs, images and similar stuff?

  2. Eric Says:
    June 1st, 2007 at 1:00 am

    At least for me, LaTeX manages images quite well; I haven’t tried many complicated layouts, however, as I don’t usually need them and thus haven’t put in the effort to learn how to do so. I mostly use the ‘graphicx’ and ‘epstopdf’ packages, which give me the ‘includegraphics’ command to insert EPS and PDF images.

    Still, seeing as many physics and math textbooks have been written in LaTeX, and seeing as some journals use it as well, I assume it isn’t so difficult to do more complicated layouts, if I really wanted to.

    If you want a pretty short, comprehensive tutorial about LaTeX, the “Not so short introduction to LaTeX” (PDF) is a pretty good one.

  3. Ben Says:
    June 11th, 2007 at 1:55 pm

    Emphasis on “Not so short” — it is very not short

  4. The Futile Cycle » Blog Archive » Reasons to use LaTeX Says:
    July 25th, 2007 at 9:13 am

    [...] course, LaTeX does have a sort of “track changes” type package, but it’s not quite as easy to use as MS Word, and requires knowledge of [...]

Leave a Reply