mirror of
https://github.com/r2src/top10fonts.git
synced 2024-11-13 06:58:54 +01:00
20 lines
581 B
TeX
20 lines
581 B
TeX
\documentclass{article}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{microtype}
|
|
\usepackage{tgtermes}
|
|
\pagestyle{empty}
|
|
\linespread{1.2}
|
|
\begin{document}
|
|
\frenchspacing
|
|
|
|
\begin{description}
|
|
\item[Termes / Nimbus Roman / Times Roman:]
|
|
This typeface was commissioned by the British newspaper \emph{The~Times} in
|
|
1931, after Stanley Morison had written an article criticizing
|
|
the newspaper for being badly printed and typographically behind the
|
|
times. Stanley himself was the one who designed the replacement.\\
|
|
Usage: \textbackslash usepackage\{tgtermes\}
|
|
\end{description}
|
|
|
|
\end{document}
|