mirror of
https://github.com/r2src/top10fonts.git
synced 2024-11-13 06:58:54 +01:00
20 lines
562 B
TeX
20 lines
562 B
TeX
|
\documentclass{article}
|
||
|
\usepackage[T1]{fontenc}
|
||
|
\usepackage{microtype}
|
||
|
\usepackage{tgpagella}
|
||
|
\pagestyle{empty}
|
||
|
\linespread{1.2}
|
||
|
\begin{document}
|
||
|
\frenchspacing
|
||
|
|
||
|
\begin{description}
|
||
|
\item[Pagella / Palladio / Palatino:]
|
||
|
This is the masterpiece and life's work of font professor Hermann Zapf,
|
||
|
first released in 1948. He based it on the humanist fonts of the Italian
|
||
|
Renaissance, which mirror the letters formed by a broad nib pen, giving
|
||
|
Palatino a beautiful calligraphic grace.\\
|
||
|
Usage: \textbackslash usepackage\{tgpagella\}
|
||
|
\end{description}
|
||
|
|
||
|
\end{document}
|