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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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