LaTeX Links:
In the process of learning LaTeX I've been writing some notes which have become a sort of "tutorial", though not meant for complete beginners. You can download them here in pdf format Download My LaTeX notes in pdf format .

What's LaTeX

LaTeX is a markup language, that you can use to create beautifully printed, professionally looking documents. You can produce documents in various formats, including pdf. LaTeX uses TeX as its "typesetting engine". TeX was created by the renowned computer science's Prof. Donald Knuth, who created it for typesetting its own books. LaTeX is freely available to anyone, you can download it from the internet. LaTeX creates very high quality documents, better than the commonly used work processors. Unlike word processors however, it's not a WYSIWYG system with which you can see the final output as you "type, point and click around", it's a markup language, basically you have to type commands that determine the layout of the document. Anyway you can easily see the output of your LaTeX documents as you write them just clicking a couple of buttons (with WinShell at least), that's not a big issue! The first big difference in terms of use, is that instead of "pointing and clicking" to, say, render a word in boldface, you have to write a short command for that. The second big difference is that LaTeX somewhat obliges you to thinking in terms of the structure of a document, and this should lead you to write better structured and logically structured documents. Another difference is that while with word processors if you make a mistake, like choosing the wrong layout for a table, you get something on the screen anyway, with LaTeX if you make a mistake with markup you get an error message, and this can be quite frustrating at first. There are many other differences, but I would like to point out just another one: LaTeX unlike, say, MS Word doesn't suddenly crashes without any reason...! If you don't want to go through the pains of learning a markup language however, a free WYSIWYG version of LaTeX also exists, it is called LyX.

Miscellaneous Advantages and Disadvantages

Getting Started!