📅 2010-Jan-13 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ fonts, latex ⬩ 📚 Archive
Text in a LaTeX document can be displayed in 9 sizes:
\documentclass[a4paper]{article}
\begin{document}
\tiny{tiny}
\scriptsize{scriptsize}
\footnotesize{footnotesize}
\small{small}
\normalsize{normalsize}
\large{large}
\Large{Large}
\LARGE{LARGE}
\huge{huge}
\Huge{Huge}
\end{document}