LaTeX

LaTeX is a document-preparation system created by Leslie Lamport in the early-to-mid 1980s, built as a large collection of macros on top of Donald Knuth’s TeX typesetting engine. The LaTeX Project describes it as “a document preparation system for high-quality typesetting,” most often used for “medium-to-large technical or scientific documents,” and emphasizes that it is fundamentally different from a word processor because it encourages authors to concentrate on content rather than appearance.

The central idea behind LaTeX is the separation of structure from presentation. Where raw TeX exposes low-level commands for positioning boxes and choosing fonts, LaTeX provides higher-level markup such as \documentclass, \section, \subsection, \emph, and environments like itemize and equation. The author declares what each piece of text is, a chapter title, a list, an emphasized phrase, and the document class decides how it should look. Changing a single class declaration can re-style an entire document without touching the body text.

This structural approach made TeX’s typesetting power accessible to authors who did not want to master TeX itself. As contemporaries described it, LaTeX appeared in the mid-1980s as a simpler-to-use version of TeX, well suited to the average mathematician or theoretical physicist. Standardized handling of cross-references, bibliographies, numbered equations, figures, and tables removed much of the bookkeeping that authors had previously done by hand, and the system became the de facto standard for producing scientific papers and books.

Lamport documented the system in his manual LaTeX: A Document Preparation System, first published by Addison-Wesley in the mid-1980s, which served for years as both tutorial and reference. The name itself is a layering joke: it combines Lamport’s initial with TeX, signaling that LaTeX is a layer wrapped around Knuth’s engine rather than a separate program.

Today LaTeX is free software distributed under the LaTeX Project Public License and maintained by the LaTeX Project team, which has carried it through major revisions such as LaTeX2e and ongoing modernization work. It remains the dominant tool for mathematics, computer science, physics, and engineering publishing, and most academic journals in those fields accept or require LaTeX submissions.