A Professor in 1994 Discovered That the Nonsense Text Designers Use Comes from Cicero

ToolHQ TeamSeptember 3, 20265 min read

In 1994, Richard McClintock, a classics professor at Hampden-Sydney College in Virginia, was looking through a typesetting specimen book that contained the standard Lorem Ipsum placeholder text used by graphic designers. The text had appeared in the same corrupted, partially recognizable form for over four hundred years: "Lorem ipsum dolor sit amet, consectetur adipiscing elit." McClintock recognized a word, "consectetur," as unusual Latin. He looked it up.

The source turned out to be Cicero. Specifically, a passage from "De Finibus Bonorum et Malorum," written in 45 BC, where Cicero discusses the nature of good and evil in the context of Epicurean philosophy. The Lorem Ipsum text that designers had been staring at for centuries was a scrambled excerpt from one of the foundational texts of Western moral philosophy, mistaken for meaningless noise.

The Passage Cicero Actually Wrote

The history of Lorem Ipsum as a typesetting standard begins with the printing revolution of the fifteenth century, though the specific origin of this particular scrambled Cicero passage is not fully documented. The consistent account, supported by McClintock's research, is that the text has been used as a typographic specimen since at least the 1500s.

The passage comes from sections 1.10.32 and 1.10.33 of De Finibus. In the original Cicero, the passage reads, in H. Rackham's 1914 translation for the Loeb Classical Library: "Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure." The Lorem Ipsum version takes this passage, scrambles the word order, alters individual words, and removes clear meaning while preserving the general cadence and letter distribution of Latin prose.

The phrase "lorem ipsum" itself comes from a longer word: the original reads "dolorem ipsum," meaning "pain itself." Slicing off the first two letters of "dolorem" to create "lorem" was apparently one of the early alterations that made the passage unrecognizable as Cicero. Four hundred years of typographers stared at a page that started with a grammatically meaningless fragment and apparently assumed it was intentionally nonsensical rather than accidentally amputated.

Why Placeholder Text Needs to Look Like Prose

Why does placeholder text matter enough to have a standardized version?

The answer is cognitive interference. When a page layout is shown with real, meaningful text, readers read the text. They react to the content, the phrasing, the word choices, the line breaks around interesting phrases. They stop evaluating the design and start evaluating the writing. This is not useful when the design is what is being reviewed.

Placeholder text solves this by occupying the space where text will eventually go without provoking semantic reactions. The text fills lines, creates paragraphs of varying length, wraps around design elements, and behaves like prose without meaning anything. Reviewers evaluate the typography, spacing, line height, and visual rhythm without getting sidetracked by the content.

The specific properties of Lorem Ipsum that made it useful are its resemblance to normal Latin prose. The character frequency distribution, the mix of long and short words, the rhythm of stressed and unstressed syllables, these are properties of Latin text that produce visual texture on a page similar to what English or Romance language text produces. A page of repeated "aaaaaa" or "test test test" does not look like real typeset prose. Lorem Ipsum does.

The text became standardized over centuries of printing partly by inertia. Printers shared type specimens. Specimens used Lorem Ipsum. New printers copied from existing specimens. By the time desktop publishing software appeared in the 1980s, Lorem Ipsum was already a universal convention that every typographer recognized. Aldus PageMaker, the first major desktop publishing application, was released on January 23, 1985 for the Apple Macintosh. It was developed by Paul Brainerd, who named his company Aldus after Aldus Manutius, the 15th-century Venetian printer who had first standardized typefaces. PageMaker included Lorem Ipsum as its built-in placeholder text, and the convention spread from print into digital design without any deliberate decision to formalize it.

How Lorem Ipsum Became Universal in Software Development

For software development, Lorem Ipsum has a practical role beyond design review. Database seeding, the process of populating a development database with test data, requires realistic-looking text content to render interfaces correctly. A blog application needs post content to test pagination, search, and layout. A comment system needs comment text to test threading and display. Lorem Ipsum, or variations generated programmatically, fills this role.

The generated variations matter because standard Lorem Ipsum text is finite: the traditional passage is a fixed block of text. Software that renders pagination needs a hundred posts, not one repeated post. Lorem Ipsum generators solve this by generating text that has the same statistical properties as the original, random-looking Latin-style text with realistic word length variation, but in arbitrary quantities. The generator produces something that looks like Lorem Ipsum but does not repeat the same sentences identically.

Beyond design and development, Lorem Ipsum sometimes escapes into production environments inadvertently. A web search for "Lorem ipsum" filtered to news sites will occasionally find articles where the placeholder text was never replaced before publication, a reminder that the text is useful precisely because it looks plausible enough to miss in a quick review.

Conclusion

The text that designers use every day to represent words without saying anything comes from a two-thousand-year-old argument about whether pleasure or virtue is the highest good. The philosopher would probably have opinions about how his work has been repurposed.

The Lorem Ipsum Generator at ToolHQ generates placeholder text by paragraphs, sentences, or words. Set the amount you need and generate instantly, no account required.

Frequently Asked Questions

Where does Lorem Ipsum come from?

It is a scrambled excerpt from Cicero's De Finibus Bonorum et Malorum (45 BC), discovered by professor Richard McClintock in 1994. The word 'lorem' is 'dolorem' with its first two letters cut off.

Why do designers use Lorem Ipsum instead of real text?

Lorem Ipsum prevents reviewers from reading the content and reacting to it. It allows evaluation of design, typography, and layout without semantic distraction.

Does Lorem Ipsum use real Latin?

It is derived from Latin but scrambled into grammatical nonsense. The word order and some words have been altered so the passage does not read as coherent Latin.

Why do Lorem Ipsum generators produce different variations?

The original passage is finite. Generators produce statistically similar text in arbitrary quantities for applications that need many posts, comments, or articles for testing.

Try These Free Tools