> > my comment that the warning about > > printing should be on the screen rather than the paper still holds. > > I agree with that. When one clicks the print button in the notebook it should > render the html withjsmathbut with no warning at all. I've made this > trac #1950: > > http://trac.sagemath.org/sage_trac/ticket/1950
Since you are not using the image fonts, the print message should not be showing up. The message only applies to when image fonts are used, so in unicode mode the message should not be printed. That sounds like a bug in jsMath, then, and I'll look into it. I assume you have used the noImageFonts plugin to disable the image fonts options? (and also the noGlobal plugin to disable global mode?) Do any of your users actually install the image fonts? Personally, I find the unicode mode the least effective of all the modes. I now understand your complaints that the mathematics doesn't look very good without the jsMath TeX fonts. The image mode, while not so nice as the TeX font mode, works pretty well and gives very acceptable results, but the unicode mode is pretty lame. I had originally thought I'd be able to do jsMath with just the unicode mode, but that turned out to be pretty unreliable. I haven't put much work into keeping unicode mode working well, and I think some things may no longer work properly in Firefox in unicode mode. I suspect there are a number of missing characters, but that is dependent on the fonts you have installed, which differ from platform to platform, and I can only check on the Mac and PC at the moment. Davide Davide --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
