version 1.2, 2006/03/27 19:32:29
|
version 1.4, 2007/10/09 21:29:28
|
Line 23
|
Line 23
|
* limitations under the License. |
* limitations under the License. |
*/ |
*/ |
|
|
if (!jsMath) {var jsMath = {}} |
if (!window.jsMath) {window.jsMath = {}} |
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: <b><span id="jsMath_ExtraFonts"></span></b><br/>' |
|
+ 'Using unicode fonts instead. This may be slow and might not print well.<br/>\n' |
|
+ 'Use the jsMath control panel to get additional information.'; |
|
} |
|
|