# LaTeX

> Source: https://www.infinitelibrary.ai/glossary/latex

Last updated: 2026-09-06
Category: Typesetting & layout
Also called: TeX

LaTeX is a typesetting system built on TeX: plain-text markup compiled to PDF, prized for paragraph-level line breaking, hyphenation and mathematics.

## Definition

**LaTeX** (pronounced *lay-tech* or *lah-tech*) is a typesetting system. Donald Knuth wrote the underlying engine, **TeX**, in 1978 because he was unhappy with how his own books were being set; Leslie Lamport added the LaTeX macro layer in 1984 to make it usable for ordinary documents. The author writes plain text with commands — \chapter{}, \emph{} — and the engine compiles it into a PDF.

What makes it unusual is how it breaks paragraphs. Most software chooses line breaks one line at a time; TeX considers the whole paragraph at once and picks the set of breaks with the least total "badness" (the Knuth–Plass algorithm), with hyphenation from language-specific patterns. The result is even word spacing that is hard to match by hand.

LaTeX has been the standard for mathematics and academic publishing for decades, and its consistency and automatic cross-referencing make it a strong engine for book production generally.

## In Bindery

Bindery uses LaTeX under the hood for every book — that is where the even spacing, the hyphenation and the spine sized from the real page count in its proofs come from.

## Related

- [Typesetting](https://www.infinitelibrary.ai/glossary/typesetting)
- [Justification](https://www.infinitelibrary.ai/glossary/justification)
- [Hyphenation](https://www.infinitelibrary.ai/glossary/hyphenation)
- [Ligature](https://www.infinitelibrary.ai/glossary/ligature)
- [Print-ready PDF (PDF/X)](https://www.infinitelibrary.ai/glossary/print-ready-pdf)
- [Turn Your Thesis Into a Book](https://www.infinitelibrary.ai/tools/thesis-to-book)
- [Turn a Word Document Into a Printed Book](https://www.infinitelibrary.ai/tools/word-document-to-printed-book)
- [Book Publishing Glossary — 59 Terms Defined](https://www.infinitelibrary.ai/glossary)
- [Bindery — the Claude-powered book studio](https://www.infinitelibrary.ai/bindery)

---

More from Infinite Library, as one map for AI agents: https://www.infinitelibrary.ai/llms.txt
