[LON-CAPA-dev] <algebra> on Windows XP and IE 6

H. K. Ng lon-capa-dev@mail.lon-capa.org
Mon, 28 Feb 2005 07:57:44 -0500


--=====================_2401234==.ALT
Content-Type: text/plain; charset="iso-8859-1"; format=flowed
Content-Transfer-Encoding: quoted-printable

Hi Guy,

 >I parses 'algebraic notation' into latex and then passes tth over it.
 >
 >This should look goodish:
 ><algebra>asin(3/(int(x,4,10)))</algebra>

This does not seem to display properly under windows xp and IE 6. The view=
=20
source code

sin<sup><font face=3D"symbol">-</font>1</sup>([&nbsp;3/(<font=20
face=3D"symbol">=F2</font><sub>4</sub><sup>10</sup>(<i>x</i>))])

Under FC3 and Mozilla, the corresponding line is
sin<sup>&#8722;1</sup>([&nbsp;3/(&#8747;<sub>4</sub><sup>10</sup>(<i>x</i>))=
])


-hk


--=====================_2401234==.ALT
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>
<body>
<pre>Hi Guy,

&gt;I parses 'algebraic notation' into latex and then passes tth over
it.
&gt;
&gt;This should look goodish:
&gt;&lt;algebra&gt;asin(3/(int(x,4,10)))&lt;/algebra&gt;
&nbsp;
This does not seem to display properly under windows xp and IE 6. The
view source code=20

sin&lt;sup&gt;&lt;font
face=3D&quot;symbol&quot;&gt;-&lt;/font&gt;1&lt;/sup&gt;([&amp;nbsp;3/(&lt;f=
ont
face=3D&quot;symbol&quot;&gt;=F2&lt;/font&gt;&lt;sub&gt;4&lt;/sub&gt;&lt;sup=
&gt;10&lt;/sup&gt;(&lt;i&gt;x&lt;/i&gt;))])

Under FC3 and Mozilla, the corresponding line is
sin&lt;sup&gt;&amp;#8722;1&lt;/sup&gt;([&amp;nbsp;3/(&amp;#8747;&lt;sub&gt;4=
&lt;/sub&gt;&lt;sup&gt;10&lt;/sup&gt;(&lt;i&gt;x&lt;/i&gt;))])


-hk
</body>
</html>

--=====================_2401234==.ALT--