Command/Big

From Wiki
< Command
Revision as of 10:15, 28 April 2025 by FMichel (talk | contribs) (Add a short summary and two examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


\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

All issues with: