How did you get the summation sign? and the subscripts/superscripts to appear?
Summation is just ∑ (see Character entity references in HTML 4, from the HTML spec); (sub|super)scripts are <sub> and <sup>, respectively.
[ Home | Post Entry | Log in | Search | Browse Options | Site Map ]
Re: Yes, and yes
Summation is just ∑ (see Character entity references in HTML 4, from the HTML spec); (sub|super)scripts are <sub> and <sup>, respectively.