1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
# LaTeX2HTML
# Associate images original text with physical files.
$key = q/{displaymath}chi^2=sum_{i=1}^Nleft(y_i-(a+bx_i)oversigma_iright)^2{displaymath};MSF=1.5;AAT/;
$cached_env_img{$key} = q|<IMG
WIDTH="179" HEIGHT="52" BORDER="0"
SRC="|."$dir".q|tex_l2h_img1.png"
ALT="\begin{displaymath}\chi^2 = \sum_{i=1}^N
\left(y_i - (a + b x_i)
\over \sigma_i\right)^2 \end{displaymath}">|;
$key = q/@code{mathcode};MSF=1.5;AAT/;
$cached_env_img{$key} = q|<IMG
WIDTH="108" HEIGHT="13" ALIGN="BOTTOM" BORDER="0"
SRC="|."$dir".q|tex_l2h_img4.png"
ALT="$@code{math code}$">|;
$key = q/{x^i}over{tany};MSF=1.5;AAT/;
$cached_env_img{$key} = q|<IMG
WIDTH="33" HEIGHT="38" ALIGN="MIDDLE" BORDER="0"
SRC="|."$dir".q|tex_l2h_img2.png"
ALT="${x^i}\over{\tan y}$">|;
$key = q/a@b;MSF=1.5;AAT/;
$cached_env_img{$key} = q|<IMG
WIDTH="35" HEIGHT="13" ALIGN="BOTTOM" BORDER="0"
SRC="|."$dir".q|tex_l2h_img3.png"
ALT="$a @ b$">|;
$key = q/underline{@code{mathhbox{code}}}sum_{i}{underline{f}};MSF=1.5;AAT/;
$cached_env_img{$key} = q|<IMG
WIDTH="153" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
SRC="|."$dir".q|tex_l2h_img5.png"
ALT="$ \underline{@code{math \hbox{ code }}} \sum_{i}{\underline{f}}$">|;
1;
|