Math 113H Sections 12 and 14 - Winter 2008

Honors Calculus 2

Mathematical Typesetting with LaTeX

The best way to typeset mathematics is with LaTeX. LaTeX is a macro running on top of the TeX typesetting software originally developed by Donald Knuth. There are many freeware distributions of TeX. TeX's quality of typesetting far exceeds the quality of typesetting by any Microsoft product.

For very simple documents, such as a single page document with no formulas or footnotes, MS Word is easy to use and a good choice.  As soon as a document becomes somewhat complex, i.e., contains mathematical formulas, numbered equations, and references, then LaTeX is easier to use.  Extremely complex documents, such as a mathematics textbook, are nearly impossible to create with MS Word, but only take a moderate amount of effort with LaTeX.

  • MiKTeX is a freeware distribution of TeX for MS Windows
  • WinEdt is my favorite text editor for producing LaTeX files while using MS Windows. It is not free, but its price is very reasonable.
  • Some freeware text editors that are well suited to create LaTeX files and that integrate well with MiKTeX are TeXMaker, TeXnicCenter, and LaTeXEditor (LEd). When I tested these editors, I had a slight preference for LEd.
  • The Not So Short Introduction to LaTeX 2e - a tutorial for learning LaTeX
  • TeX Users Group
  • Kile is an easy to use Linux KDE editor for creating LaTeX files.