Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

Type sizes of LaTeX

📅 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}

© 2023 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 @codeyarns@hachyderm.io📧