Text Formatting ⇒ Summation Limits above and below
Summation Limits above and below
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Summation Limits above and below
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}$