My opinions of LaTex. These are not set in stone but are based on my experience with LaTeX.
Where LaTeX is good
- Collaboration. When many people are editing the same report, it helps that no layout settings are shared across multiple documents and most work can be done without conflicts. I recommend some sort of version control system as well.
- Math. If you're writing a lot of formulas and stuff like that, I prefer LaTeX to the fancy formula editors of Office and OpenOffice
- Printing. LaTeX to Postscript or PDF shows your report almost exactly like it will get printed. PDF creation also features automatic indexing, table of contents and other fancy stuff.
- Bibliography. If you have a large collection of books that you need to cite, LaTeX has some nice integration modules for bibliography.
Where LaTeX isn't that great
- Usability. Error reporting is rather poor. Sometimes it can take up to a half an hour to find a typo or some sort of mistake in the LaTeX syntax. The Python project Rubber helps with this.
- Learning a new language. It is a mark-up-language, so there is some learning curve. This can be worked around, by using LyX (a LaTeX frontend). The language by itself is not that complicated and Wikibooks have a section on LaTeX that has been very useful to me.
Getting started on Windows
- Download TeX live. It's a huge download but it has a lot of features.
- Pick an editor. I'm using Notepad++ or just try LyX (link above).
- Decide if you're going to make postscript documents or if you're going to work with PDF files directly from pdflatex (it's what I do, it simplifies things a bit). Then you run pdflatex on your files, instead of latex.
- Get a nice PDF viewer (Adobe's bloatware is simply not good enough). I recommend Sumatra.
I learned it and I'm not sorry I did, but I'm probably one of those Linux geeks, so decide for yourself :)
