Index: jsmath/web/plugins/noImageFonts.js =================================================================== diff -u -r18ca7a80355adaa156105d80bd5a732e4e1e0d91 -rd1ff30c9bf023d99b27206b98b13ae0180f3de2b --- jsmath/web/plugins/noImageFonts.js (.../noImageFonts.js) (revision 18ca7a80355adaa156105d80bd5a732e4e1e0d91) +++ jsmath/web/plugins/noImageFonts.js (.../noImageFonts.js) (revision d1ff30c9bf023d99b27206b98b13ae0180f3de2b) @@ -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