Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Computers and Typesetting


 

TeX Typesetting software Reference works

Computers and Typesetting is a 5-volume set of books by Donald Knuth describing the TeX and Metafont systems for Digital typography . Knuth's computers and typesetting project was the result of his frustration on the lack of decent software for the typesetting of mathematical and technical documents. The result of this project include TeX for typesetting, Metafont for font construction and the computer modern typefaces that are the default fonts used by TeX. In the series of 5 books Knuth not only describes the TeX and Metafont languages (volumes A and C), he also describes and documents the source code (in the WEB programming language) of the TeX and Metafont interpreters (volumes B and D), and the source code for the computer modern fonts used by TeX (volume E). The book set stands as a tour de force demonstration of Literate programming.

The books are loved by Mathematicians and other TeX-dependent life-forms. They are less well appreciated by computer scientists and programmers, as the TeX project was an 8-year diversion to Knuth's multi-volume The Art of Computer Programming.

The five volumes are published by Addison-Wesley.

  1. Volume A: The TeXbook. Describes the TeX typesetting language. It is by far the most common and available of the set, as the TeX interpreter is widely used for typesetting. It is available in softcover BooksEnthsiast.com (blue spiral-bound with that built-in flap for a bookmark) and hardcover BooksEnthsiast.com
  2. Volume B: TeX: The program. A documented listing of the source code of the TeX interpreter The 1986 edition in hardcover is BooksEnthsiast.com
  3. Volume C: The METAFONTbook. Describes the Metafont font description language. Hardcover BooksEnthsiast.com, softcover BooksEnthsiast.com.
  4. Volume D: Metafont: The program. A documented listing of the source code of the Metafont interpreter. Hardcover BooksEnthsiast.com, paperback BooksEnthsiast.com
  5. Volume E: Computer Modern Typefaces. A character-by-character listing (in the Metafont language) of the source code for the Computer Modern typefaces (cmr, cmbx, cmti, ...) used by TeX. Hardcover: BooksEnthsiast.com, Softcover: BooksEnthsiast.com

The set is also available as a hardcover boxed set with the latest editions as of the year 2000. BooksEnthsiast.com

Donald Knuth maintains a page on errata for each of the books at http://www-cs-faculty.stanford.edu/~knuth/abcde.html



Read more »

Non User