Diff for /loncom/html/adm/jsMath/jsMath-BaKoMa-fonts.js between versions 1.1 and 1.2

version 1.1, 2006/03/27 19:32:07 version 1.2, 2006/05/17 22:19:27
Line 31 Line 31
  *  to correspond to the their encoding.   *  to correspond to the their encoding.
  */   */
   
 jsMath.Script.Start();  
   
 if (jsMath.browser == "Mozilla" && navigator.platform != "MacPPC") {  if (jsMath.browser == "Mozilla" && navigator.platform != "MacPPC") {
   
   /*    /*
Line 428  jsMath.Setup.Styles({ Line 426  jsMath.Setup.Styles({
   '.typeset .cmex10': 'font-family: cmex10',    '.typeset .cmex10': 'font-family: cmex10',
   '.typeset .arial':  "font-family: 'Arial unicode MS'"    '.typeset .arial':  "font-family: 'Arial unicode MS'"
 });  });
   
 jsMath.Script.End();  

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


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