Return to jsMath-fallback-symbols.js CVS log | Up to [LON-CAPA] / loncom / html / adm / jsMath / uncompressed |
version 1.1, 2006/03/27 19:32:36 | version 1.2, 2006/05/17 22:19:41 |
---|---|
Line 23 | Line 23 |
* limitations under the License. | * limitations under the License. |
*/ | */ |
jsMath.Script.Start(); | |
jsMath.Add(jsMath.Img,{ | jsMath.Add(jsMath.Img,{ |
UpdateTeXFonts: function (change) { | UpdateTeXFonts: function (change) { |
for (var font in change) { | for (var font in change) { |
Line 415 jsMath.Img.SetFont({ | Line 413 jsMath.Img.SetFont({ |
jsMath.Img.LoadFont('cm-fonts'); | jsMath.Img.LoadFont('cm-fonts'); |
jsMath.Script.End(); | |