Kurbis

Tech blog

LaTeX font size

April 23, 2012

LaTeX provides several font sizes, namely, from smallest to largest,

  • \tiny
  • \scriptsize
  • \footnotesize
  • \small
  • \normalsize
  • \large
  • \Large
  • \LARGE
  • \huge
  • \Huge

For example,

{\LARGE This text will be LARGE}

Tags: LaTeX