Open main menu


\Big

Summary

The command \Big is used to increase the size of characters in math mode. It doesn't deal with horizontal space optimization; use of \Bigl, \Bigm, and \Bigr is preferred for delimiters.


Settings

\Big ...
... character

Description

Examples

Example 1

  • \startformula
      \Bigl( \sum_{n=0}^{\infty} \frac{1}{2^n} \Bigr)^2 = 4
    \stopformula
    

Example 2

  • \startformula
      \Bigl\{ \frac{1}{n} \Bigm\vert n \in \mathbb{N}^* \Bigr\} \subset [0, 1]
    \stopformula
    

Notes

See also

Help from ConTeXt-Mailinglist/Forum