Time for action – comparing Computer Modern to Latin Modern

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:

  1. Start a new document. Create a macro for the pangram plus numerals and use it:
    \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] ...

Get LaTeX Beginners Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.