version 1.1, 2006/03/27 19:32:07
|
version 1.3, 2007/10/09 21:29:16
|
Line 8
|
Line 8
|
* |
* |
* --------------------------------------------------------------------- |
* --------------------------------------------------------------------- |
* |
* |
* Copyright 2004-2006 by Davide P. Cervone |
* Copyright 2004-2007 by Davide P. Cervone |
* |
* |
* Licensed under the Apache License, Version 2.0 (the "License"); |
* Licensed under the Apache License, Version 2.0 (the "License"); |
* you may not use this file except in compliance with the License. |
* you may not use this file except in compliance with the License. |
Line 31
|
Line 31
|
* to correspond to the their encoding. |
* to correspond to the their encoding. |
*/ |
*/ |
|
|
jsMath.Script.Start(); |
if (jsMath.browser == "Mozilla" && jsMath.platform != "mac") { |
|
|
if (jsMath.browser == "Mozilla" && navigator.platform != "MacPPC") { |
|
|
|
/* |
/* |
* Mozilla/PC |
* Mozilla/PC |
Line 256 if (jsMath.browser == "Mozilla" && navig
|
Line 254 if (jsMath.browser == "Mozilla" && navig
|
switch (jsMath.browser) { |
switch (jsMath.browser) { |
|
|
case "MSIE": |
case "MSIE": |
if (navigator.platform == "Win32") { |
if (jsMath.platform == "pc") { |
/* |
/* |
* MSIE/PC |
* MSIE/PC |
*/ |
*/ |
Line 361 if (jsMath.browser == "Mozilla" && navig
|
Line 359 if (jsMath.browser == "Mozilla" && navig
|
break; |
break; |
|
|
case "Mozilla": |
case "Mozilla": |
if (navigator.platform == "MacPPC") { |
if (jsMath.platform == "mac") { |
/* |
/* |
* Mozilla/Mac |
* Mozilla/Mac |
*/ |
*/ |
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(); |
|