This page is for the benefit of new TeX system users. As such, it tries to be short and simple. An even shorter getting-started document is also available, with a different perspective.
TeX is a typesetting language. Instead of visually formatting your text, you enter your manuscript text intertwined with TeX commands in a plain text file. You then run TeX to produce formatted output, such as a PDF file. Thus, in contrast to standard word processors, your document is a separate file that does not pretend to be a representation of the final typeset output, and so can be easily edited and manipulated.
Here are a couple of links with further background:
If you are looking to install a complete system, we recommend TeX Live for Unix/GNU/Linux, MacTeX for MacOSX, and MiKTeX for Windows (though both TeX Live and MiKTeX support all common platforms). These distributions are (almost entirely) free software and can be downloaded and installed at no charge. See their home pages.
If you want physical discs, you can join TUG or another user group and have the TeX Collection DVD, including all the above, sent to you, or you can purchase the DVD without joining.
There are many other TeX implementations, some free software, some shareware, some proprietary/commercial.
Here is just a little of the principal TeX documentation available on the web. A more complete list of documentation links is available.
LaTeX (CTAN topic):
Plain TeX (more on plain TeX): TeX by Topic, by Victor Eijkhout.
Fonts: a discussion of the fonts available for use with TeX is available separately.
General help: see below.
Since TeX predates the Internet, let alone the web, it has a long tradition of documentation being available in book form. (Not to mention being a typesetting program!) Here are the books we recommend most highly.
See these additional documentation links for many more books and other references.
If you have TeX installed and just want to get started, you can peruse and process this introductory LaTeX document (small2e). When you've mastered that, move on to this more complex example (sample2e).
The basic procedure is to create plain text files in any editor or GUI front end (TeXworks, TeXShop, GNU Emacs, etc.), and then run pdflatex myfile.tex from a command line to get PDF output. Or run latex to get DVI output, instead of PDF.
Finding software and/or packages:
If you've tried everything and are still stuck, feel free to email the public support list.
Happy typesetting!