Text FormattingSummation Limits above and below

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
creichert
Posts: 4
Joined: Fri Dec 02, 2011 9:32 pm

Summation Limits above and below

Post by creichert »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Stefan Kottwitz »

Hi Charles,

for limits above and below the inline summation sign, use

Code: Select all

$\sum\limits^V_{k=1}$
or, with bigger summation sign

Code: Select all

$\displaystyle\sum^V_{k=1}$
Stefan
LaTeX.org admin
creichert
Posts: 4
Joined: Fri Dec 02, 2011 9:32 pm

Re: Summation Limits above and below

Post by creichert »

Super...Thanks!
Post Reply