|
|
|||
![]() |
Department of Engineering |
| University of Cambridge > Engineering Department > computing help |
^' and `_' characters.
Depending on the base character and the current style, the sub- or
superscripts may go to the right of or directly above/below the main
character.
With letters it goes to the right.
$F_2^3$produces `F23'. Note that the sub- and superscripts aren't in line. To make them so, you can add an invisible character after the `F'.
$F{}_2^3$ produces F23.
With
the default behaviour is different in display and
text styles.
$\sum_{i=0}^2 $
produces
\[\sum_{i=0}^2 \]
produces (in display style) This default behaviour can be overridden, if you really need to. For example in text mode,
$\sum\limits_{i=0}^2$
produces
| | computing help | |