Contents

History of TeX and LaTeX

TeX\TeX is document-processing software primarily intended for producing documents that contain mathematical notation. It was created by Donald E. Knuth in May 1977 as a document formatting language.

At first, TeX\TeX was implemented in Pascal, but the implementation most widely used today is generally written in C. The commands available in modern implementations have also evolved significantly compared with Knuth’s original 1977 design.

TeX\TeX is well known for producing high-quality documents. However, many users found its low-level commands difficult to use for structured documents containing chapters, sections, paragraphs, numbered tables, figures, and similar elements.

LaTeX logo

To address that problem, Leslie Lamport wrote a number of additional commands that run on top of TeX\TeX. This extension later became known as LaTeX\LaTeX.

People often pronounce TeX\TeX and LaTeX\LaTeX as “text” and “latex”. Strictly speaking, that pronunciation is not correct. The word TeX\TeX comes from the Greek letters τϵχ\tau\epsilon\chi, sharing the same root as the word technology. Because of that, the intended pronunciation is closer to “tekh” and “latekh”.

When the stylized forms of TeX\TeX or LaTeX\LaTeX cannot be typeset properly, they may simply be written as TeX and LaTeX.

LaTeX\LaTeX introduced by Leslie Lamport was first known as LaTeX\LaTeX 2.09. Over time, LaTeX\LaTeX continued to develop. The refined version that later became widely used is LaTeX\LaTeX2e, introduced in June 1994.

LaTeX\LaTeX2e brought several improvements over LaTeX\LaTeX 2.09, especially in support for color, fonts, and graphics. One reason for its release was to unify various LaTeX\LaTeX formats that were not always compatible with one another, such as SLiTeX\TeX, AMSLaTeX\LaTeX, and others.

The standard version of LaTeX\LaTeX has several advantages:

  1. an excellent standard for preparing text, technical formulas, and tables;
  2. easier use for authors once they are familiar with the workflow;
  3. document portability across multiple platforms;
  4. support for many languages;
  5. broad availability and free use;
  6. strong maintenance and support from the LaTeX\LaTeX3 team led by Frank Mittelbach.

On the other hand, LaTeX\LaTeX also has several drawbacks:

  1. it can be difficult for beginners;
  2. it requires care and discipline because documents are written using structured syntax;
  3. documents must be compiled to see the final output, so writing often involves repeated trial and revision.

That is a short overview of the history of TeX\TeX and LaTeX\LaTeX. Understanding this background helps explain why LaTeX\LaTeX remains especially strong for scientific and mathematical documents.

Related Content