March 2011
Beginner
336 pages
7h 42m
English
We shall print out a very famous pangram phrase, once using the standard font Computer Modern and once using the Latin Modern font. Because Latin Modern is very similar to the standard font, but supports diacritics much better, while providing very high quality, it is widely considered that it will become the successor to the standard font. We will just compare serif and sans-serif typefaces:
\documentclass{article} \newcommand{\pangram}[1][\rmfamily]{{#1 The quick brown fox jumps over the lazy dog. 1234567890}\par} \usepackage[T1]{fontenc} \begin{document} \large \pangram \pangram[\sffamily] \pangram[\ttfamily] ...Read now
Unlock full access