21-Nov-99 03:10 Ilya Zakharevich wrote:
> I look at
> http://www.cecm.sfu.ca/organics/papers/borwein/paper/html/node4.html
> And what I see is
> and converges to quartically (that is, with order four).
> ^^^^ ^^^^!!!!!!!
> Here ^^^^ marks one type of highlighting, and !!!! another. My
> compile was
...
> And HTML looks like this:
<A HREF="/cgi-bin/organics/evaleqn.pl?tfname=img11.tex" >
<IMG BORDER=0 ALIGN=MIDDLE ALT=""" SRC="../gif/img11.gif">
</A> converges to
<A HREF="/cgi-bin/organics/evaleqn.pl?tfname=img12.tex" >
<IMG BORDER=0 ALIGN=MIDDLE ALT=""" SRC="../gif/img12.gif">
</A> <em> quartically</em> (that is, with order four).
Despite the fact of strange highlighting by lynx,
that is a broken HTML: ALT=""" looks very strange.
Should be alt="" for empty string (not recommended for lynx)
or alt='"' for " but whether that was intended by the page author?