82
Out[4]=
The default formatting function for HTMLTableForm is HTMLFormat, which is described below.
Any string arguments to HTMLTableForm are assumed to be already formatted and no more formatting is applied.
This allows it to take the output of other MSP functions such as MSPShow or MSPFormat.
HTMLFormat
As explained above, the MSP HTML package is available for webMathematica and can be installed into regular
Mathematica. It can then be loaded as shown below.
In[1]:=
Needs@ "MSP HTML "D
The function HTMLFormat provides some useful formatting functions into HTML. It is suitable for formatting
small expressions such as numbers as shown below.
In[2]:=
HTMLFormat@ x ^2D
Out[2]=
x2
In[3]:=
HTMLFormat@10.!D
Out[3]=
3.6288 106
It is less suitable for formatting large expressions, since everything will come out in InputForm.
In[4]:=
Nest@ 1 e H1 #L &, x, 5D
.
<
New Page 1
Comcast Web Hosting