Posted: Feb 16, 2012 12:14 am
by Pulsar
[math]

Arrows

[math]

If you want an arrow with additional text, use \xleftarrow or \xrightarrow. Be aware of the precise format: text below is placed between square brackets [] and can be omitted, while text above is placed between mandatory curly brackets {}.

[math]

In combination with the \lim operator, you can write something like this:

[math]

This doesn't look very pretty, but it can be tidied up by enclosing the equation by a \displaystyle{} environment:

[math]

Various operators

Again, use \displaystyle{} for nice results:

[math]

Note the \substack{} command in the third sum, to stack multiple limits. Fractions and binomials looks as follows, without and with \displaystyle{}:

[math]

Brackets

[math]

Note the backslash in \{ and \} to produce curly brackets. The size of these delimiters can be increased manually by preceding them with \big, \Big, \bigg or \Bigg. You can also let Latex determine an appropriate size, by using \left and \right. However, every \left delimiter has to be followed by a similar \right delimiter; in case you want only one delimiter, use a dot for the other, i.e. \left. or \right. to generate an empty delimiter. See the examples:

[math]

The \underbrace{} and \overbrace{} commands produce

[math]