--- loncom/html/adm/jsMath/plugins/noImageFonts.js 2006/03/27 19:32:29 1.2 +++ loncom/html/adm/jsMath/plugins/noImageFonts.js 2007/10/09 21:29:28 1.4 @@ -23,5 +23,13 @@ * limitations under the License. */ -if (!jsMath) {var jsMath = {}} +if (!window.jsMath) {window.jsMath = {}} 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