LaTeX Information

This page contains lots of information about LaTeX (and TeX), which is a document typsetting markup language. It produces beautiful documents, and is particularly nice for writing mathematical formulas and equations. As it is a markup language, you can write and view .tex files with any text editor, and you can compile .tex files to a variety of useful formats, including PDF, PostScript, DVI, and HTML. It also has very nice integrated bibliography support through BibTex.

What follows is a list of PDFs and web links to references, tutorials, and other materials pertaining to learning or using TeX/LaTeX. I did not create any of them, but I have found many of them to be useful. If you are looking for further information, simply type "latex" into any search engine (use extreme caution with Google Images, though).

A good place to get started is this wiki-"book".


Links to LaTeX tutorials:

CTAN: the Comprehensive TeX Archive Network is a massive collection of TeX and LaTeX related information. There are some intro and tutorial links on the main page, but one of the more useful features is the search page which lets you search the massive documentation archives. This can be very useful for finding the correct useage of a command, for example. Their what is TeX page contains a nice introduction to LaTeX, including a list of reasons why it's worth switching away from a WYSIWYG word processor.
CTAN also has a nice list of what not to do in latex.

Getting Started with LaTeX and A LaTeX Tutorial are also good introductory tutorials you can read through to get started using LaTeX.

Hypertext Help with Latex is a very nice LaTeX command reference; if you're looking for the correct useage of a particular command, this is a good site to check.


LaTeX References:

A latex quick-reference "cheetsheat"; print double sided. (PDF)

The Comprehensive LaTeX Symbol List (PDF)

The Not So Short Introduction to LaTeX (PDF)

Documeuntation for the Algorithms package (a nice package for writing computer algorithms, particularly pseudo-code) (PDF)

Getting Latex:

Almost any Linux distro will have LaTeX packages available; check your package manager.

If you use OSX, take a look at TeXShop or iTeXMac.

If you use Windows (I won't ask why), you may want to have a look at MikTex.