Index: jsmath/web/plugins/noImageFonts.js =================================================================== RCS file: /usr/local/cvsroot/jsmath/web/plugins/noImageFonts.js,v diff -u -r1.1 -r1.2 --- jsmath/web/plugins/noImageFonts.js 11 Sep 2006 05:42:07 -0000 1.1 +++ jsmath/web/plugins/noImageFonts.js 22 Jun 2007 07:31:21 -0000 1.2 @@ -24,4 +24,12 @@ */ if (!window.jsMath) {window.jsMath = {}} -window.jsMath.noImgFonts = 1; +jsMath.noImgFonts = 1; + +if (!jsMath.Font) {jsMath.Font = {}} +if (!jsMath.Font.extra_message) { + jsMath.Font.extra_message = + 'Extra TeX fonts not found:
' + + 'Using unicode fonts instead. This may be slow and might not print well.
\n' + + 'Use the jsMath control panel to get additional information.'; +} \ No newline at end of file