<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18828"></HEAD>
<BODY style="PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 15px" 
id=MailContainerBody leftMargin=0 topMargin=0 CanvasTabStop="true" 
name="Compose message area">
<DIV><FONT size=2 face=Arial>
<DIV><FONT size=2 face=Arial>Hi.&nbsp; In a LaTeX .tex file when a sum appears 
as a term in an equation, for example if I were to type these 
commands,</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>\begin{equation}</FONT></DIV>
<DIV><FONT size=2 face=Arial>y=\sum_{i=1}^n x_i</FONT></DIV>
<DIV><FONT size=2 face=Arial>\end{equation}</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>, it would look as it should after running a 
latex2html command on the .tex file with the "i=1" below the summation sign 
(capital Greek letter sigma) and the "n" above the summation sign.&nbsp; But 
when a sum was arranged to be&nbsp;in the denominator of a fraction, say if I 
were to type something like this:</FONT></DIV>
<DIV><FONT size=2 face=Arial>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>\begin{equation}</FONT></DIV>
<DIV><FONT size=2 face=Arial>y=\frac{1}{\sum_{i=1}^n x_i}</FONT></DIV>
<DIV><FONT size=2 face=Arial>\end{equation}</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV></FONT></DIV>
<DIV><FONT size=2 face=Arial>, in the resulting latex2html, output, .html file 
the items&nbsp;corresponding to&nbsp;"i=1" and "n" were not respectively placed 
at the top and bottom of the summation sign.&nbsp; Instead they were placed 
right after the summation sign, more like you might expect for the upper and 
lower limits following an integral sign.&nbsp; That format can be understood 
because the "i=1" and "n" would lie close to where they should be relative to 
the summation sign; but that doesn't look&nbsp;exactly right for a sum.&nbsp; I 
guess the solution may be to add some vertical space(s) within the denominator 
of the fraction so that LaTeX or LaTeX2HTML will have the vertical spaces in 
which to place both the "i=1" below the summation sign and the "n" above the 
summation sign where they should be without the "n" overlapping the fraction 
line above it.&nbsp; If so,&nbsp;what sort of command should I&nbsp;include in 
mathematics or math&nbsp;mode to increase the vertical space in a fraction to 
make the summation look completely normal, as in my first example here, which I 
expect&nbsp;would not have any vertical placement problems?&nbsp; Thanks in 
advance for help.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Pat</FONT></DIV></FONT></DIV></BODY></HTML>