Placing limits above/below a math symbol: "
The are symbols in the math environment which usually come with limits like:
.
By default, latex will place the limits just after the symbol which is obviously not the way we want to have it:
.
Placing the limits above and below the symbol is actually simple and can be done with the limits-command which is placed just after the symbol:
\max\limits_k \sum\limits_{i=0}^n \int\limits_0^1

(Via Blog on Latex Matters.)

No comments:
Post a Comment