Xmaxima ready for RC4



Vadim V. Zhytnikov writes:
> I investigated the issue a bit further and it boils down
> to CSS.  Font in examples is governed by CSS instruction
> 
> font-family: monospace
> 
> It seems that IE can't interpret this "monospace" properly
> and picks up some more or less random font.  Result may be
> different on different machines depending on installed fonts.
> 
> I propose to replace the above instruction by
> 
> font-family: monospace, "Courier New", Courier
> 

Sorry, I was not accurate enough.
In fact for IE 6.0 on Windows XP I get some very strange
results - only Courier works, both "Courier New" and monospace
produce no monospaced font.  I really don't understand why
"Courier New" desn't work?  Checked on two Windows XP SP2
machines.  So the most viable combination I found

font-family: Courier, "Courier New", monospace


-- 
      Vadim V. Zhytnikov

       <vvzhy at mail.ru>
      <vvzhy at netorn.ru>