Text FormattingDouble superscript error

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
sachinrajsharma
Posts: 35
Joined: Sun Apr 08, 2012 5:48 am

Double superscript error

Post by sachinrajsharma »

Hi All,
I am facing an error of double superscript while running the following in tex.

$\{ \frac{\sum^{100}_{i=0}^kC_i ^{m-k}C_{100-i} \frac{k-i}{M-100}}{^MC_{100}} \}$


Please help thanks

Sachin

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

esdd
Posts: 36
Joined: Sat Jan 25, 2014 9:13 pm

Double superscript error

Post by esdd »

The double superscript is in

Code: Select all

\sum^{100}_{i=0}^k ...
Maybe you can use

Code: Select all

\usepackage{mathtools}
$\sum^{100}_{i=0}\prescript{k}{}{C}_i$
Best regards
Elke
Post Reply