Feature #541 - ASCIIMathML.js: A minor correction in the settings.

skala
Ivan Tcholakov 16 years ago
parent 89ae3b4119
commit cb732046ca
  1. 2
      main/inc/lib/asciimath/ASCIIMathML.js
  2. 4
      main/inc/lib/fckeditor/editor/plugins/asciimath/fck_asciimath.js

@ -99,7 +99,7 @@ var mathfontsize = "1.5em";
// Modified by Ivan Tcholakov, 05-JUL-2010.
//var mathfontfamily = "serif"; // change to "" to inherit (works in IE)
// // or another family (e.g. "arial")
var mathfontfamily = 'STIXGeneral,Arial Unicode MS,"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif';
var mathfontfamily = 'STIXGeneral,Arial Unicode MS,Lucida Sans Unicode,Lucida Grande,Garuda,sans-serif,serif';
//
var automathrecognize = false; // writing "amath" on page makes this true
var checkForMathML = true; // check if browser can display MathML

@ -41,9 +41,9 @@ var notifyIfNoMathML = false ;
var alertIfNoMathML = false;
var notifyIfNoSVG = false;
var alertIfNoSVG = false;
// Formula tooltips are implemented in the dialog
// Formula tooltips are hard-coded in this dialog, there is no need they to be generated.
var showasciiformulaonhover = false;
// Small font is used in the dialog.
// Font size of the formulas in this dialog.
var mathfontsize = "1.1em";
// oSpanAM: The actual selected span element in the editor that contains the formula.

Loading…
Cancel
Save