Révision | cdd2c30a815224691fa74c190aa38b7f8c126be8 |
---|---|
Taille | 526 octets |
l'heure | 2010-10-20 21:47:00 |
Auteur | lorenzo |
Message de Log | I added an example showing the use of the Garamond fonts. |
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{garamond}
\begin{document}
{\garamond
The Quick Brown Fox Jumps Over The Lazy Dog. 0123456789 \\
{\slshape This is garamond slanted} \\
{\bfseries This is garamond bold face} \\
{\scshape This is in small caps} \\
{\slshape \bfseries This is slanted and bold face} \\
}
And this is written with the latin modern fonts.
\garamond
Here we switch to garamond.
\ungaramond
Here we switch back to the default.
\end{document}