“The quick brown fox jumps over the lazy dog.”
May. 31, 2024
“The quick brown fox jumps over the lazy dog” is an English-language pangram – a sentence that contains all the letters of the alphabet. The phrase is commonly used for touch-typing practice, testing typewriters and computer keyboards, displaying examples of fonts, and other applications involving text where the use of all letters in the alphabet is desired.1
1
2
3
4
5
6
7
8
9
\documentclass{standalone}
\standaloneconfig{preview, border=2em}
\usepackage[x11names]{xcolor}
\pagecolor{AntiqueWhite1}
\begin{document}
The quick brown fox jumps over the lazy dog.
\end{document}
References