Hello everybody,
I'm trying to get my upper and lower limits above and below the summation sign without going into display mode, because that puts it in the middle of the page and it's too big.
I'm currently using: $\sum^V_{k=1}$, which is an in-line style. I'm trying to get the limits of V and k=1 above and below the summation sign.
Thanks for the help
Charles
Text Formatting ⇒ Summation Limits above and below
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Summation Limits above and below
Hi Charles,
for limits above and below the inline summation sign, use
or, with bigger summation sign
Stefan
for limits above and below the inline summation sign, use
Code: Select all
$\sum\limits^V_{k=1}$
Code: Select all
$\displaystyle\sum^V_{k=1}$
LaTeX.org admin
Re: Summation Limits above and below
Super...Thanks!