• Martin Thoma
  • Home
  • Categories
  • Tags
  • Archives
  • Support me

Sizes in LaTeX

Contents

  • TikZ
  • Text
  • Math
    • Formulas
    • Parentheses

Here is an overview of sizes in LaTeX:

TikZ

TikZ thicknes
TikZ thicknes

Usage example: \draw[ultra thick, blue,dashed](a -| current plot begin) -- (a);

  • ultra thin
  • very thin
  • thin
  • semithick
  • thick
  • very thick
  • ultra thick
  • more

Text

Text sizes in LaTeX

Usage example: \Huge $\varepsilon$

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

Math

Formulas

Sizes of different math modes
Sizes of different math modes

Usage example: $\scriptstyle \lim_{n \rightarrow \infty} (1 + \frac{1}{n})^n$

  • \scriptscriptstyle
  • \scriptstyle
  • \textstyle
  • \displaystyle

Parentheses

The size of brackets [ ], (curly) braces { } and parentheses ( ) can be adjusted with these commands:

$$-1+x ( x \big( 1+ x\Big(2 + x \bigg(3+ x\Bigg(4+x \Bigg) \bigg) \Big) \big) )$$

The result will look like this

Sizes of parentheses
Sizes of parentheses

Published

Sep 29, 2012
by Martin Thoma

Category

Code

Tags

  • LaTeX 29
  • Tikz 6

Contact

  • Martin Thoma - A blog about Code, the Web and Cyberculture
  • E-mail subscription
  • RSS-Feed
  • Privacy/Datenschutzerklärung
  • Impressum
  • Powered by Pelican. Theme: Elegant by Talha Mansoor