March 2011
Beginner
336 pages
7h 42m
English
We will try out every font size available by LaTeX's default font size commands. For testing, we exceptionally use them in the body text—their main use is in the macro definitions:
\documentclass{article}
\begin{document}
\noindent\tiny We \scriptsize start \footnotesize \small small,
\normalsize get \large big \Large and \LARGE bigger,
\huge huge and \Huge gigantic!
\end{document}At first, we used \noindent
. This command suppresses the paragraph indentation. Then we used all 10 available size declarations, starting ...
Read now
Unlock full access