--- loncom/html/adm/jsMath/plugins/noImageFonts.js 2006/05/17 22:19:38 1.3
+++ loncom/html/adm/jsMath/plugins/noImageFonts.js 2007/10/09 21:29:28 1.4
@@ -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