Diff for /loncom/html/adm/jsMath/uncompressed/jsMath-fallback-symbols.js between versions 1.1 and 1.3

version 1.1, 2006/03/27 19:32:36 version 1.3, 2007/10/09 21:29:34
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 177  jsMath.Img.UpdateTeXFonts({ Line 175  jsMath.Img.UpdateTeXFonts({
     '122': {c: 'z', a:0, ic: 0.044, krn: {'127': 0.0556}}      '122': {c: 'z', a:0, ic: 0.044, krn: {'127': 0.0556}}
   },    },
   cmsy10: {    cmsy10: {
     '0': {c:'–', a:.1}      '0': {c:'−', a:.1}
   },    },
   cmti10: {    cmti10: {
     '33': {c: '!', lig: {'96': 60}},      '33': {c: '!', lig: {'96': 60}},
Line 349  jsMath.Img.UpdateTeXFonts({ Line 347  jsMath.Img.UpdateTeXFonts({
 });  });
   
   
 if (jsMath.browser == 'MSIE' && navigator.platform == 'MacPPC') {  if (jsMath.browser == 'MSIE' && jsMath.platform == 'mac') {
   jsMath.Setup.Styles({    jsMath.Setup.Styles({
     '.typeset .math':       'font-style: normal',      '.typeset .math':       'font-style: normal',
     '.typeset .typeset':    'font-style: normal',      '.typeset .typeset':    'font-style: normal',
Line 415  jsMath.Img.SetFont({ Line 413  jsMath.Img.SetFont({
   
 jsMath.Img.LoadFont('cm-fonts');  jsMath.Img.LoadFont('cm-fonts');
   
 jsMath.Script.End();  
   

Removed from v.1.1  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>