Using LaTeX

More to come! This page is currently under construction.

What is LaTeX?

LaTeX is a markup language specifically designed for writing mathematics, and is the standard for most mathematical publications; it is also useful for creating documents in fields such as physics, chemistry, and computer science. LaTeX is less cumbersome to use than programs such as Microsoft Word Equation Editor, and it creates professional-quality documents. Your math may still be wrong, but at least it will look nice!

Setting Up

Mac: If you're using a Mac, simply install the freeware application TeXShop, and you're good to go.

Windows: To use LaTeX in Windows, you will need to have a version of LaTeX, in addition to a text editor, installed on your computer. You will also want to have a DVI viewer installed. We recommend using:

All of the above are freeware, except for WinEdt (it's shareware, costing $30 for students).

Linux: LaTeX is by default installed on Linux and UNIX systems.

Using LaTeX

There are 2-3 main steps to creating a PDF document using LaTeX. We list these briefly, then give details below on how to complete these steps.
  1. Use a text editor to write your source code in a .tex file.
  2. Typeset the .tex file to an output file (.dvi or .pdf).
  3. Convert the output file to a PDF, if needed. (This is not needed if you are using TeXShop on a Mac.)

Here is how to accomplish the above steps:

More to come! This page is currently under construction.