/**********************************************************************
 *
 * This file is an auto-generated equivalent of easy/load.js
 *
 * It doesn't really make sense to edit it directly, use the SPIP 
 * interface instead.
 *   
 **********************************************************************/

if (!window.jsMath) {window.jsMath = {}}

jsMath.Easy = {
  root: "",

  autoload: 1,
  allowDisableTag: 1,
  allowDoubleClicks: 1,
  showFontWarnings: 0,
  allowGlobal: 0,

  scale: 120,
  method: "Process",

  processSlashParens: 0,       // process \(...\) in text?
  processSlashBrackets: 0,     // process \[...\] in text?
  processDoubleDollars: 0,     // process $$...$$ in text?
  processSingleDollars: 0,     // process $...$ in text?
  processLaTeXenvironments: 0, // process \begin{xxx}...\end{xxx} outside math mode?
  fixEscapedDollars: 0,        // convert \$ to $ outside of math mode?
  doubleDollarsAreInLine: 0,   // make $$...$$ be in-line math?

  loadFiles: [ "extensions/AMSmath.js", "extensions/AMSsymbols.js", "extensions/eqn-number.js" ],
  loadFonts: [ "stmary10" ],
  
  noImageFonts: 0
};

if (jsMath.Easy.root == "") {
  jsMath.Easy.root = "http://images.math.cnrs.fr/plugins/jsMath/jsMath";
}
jsMath.Easy.root = jsMath.Easy.root.replace(/\/$/,""); // trim trailing "/" if any

document.write('<SCRIPT SRC="'+jsMath.Easy.root+'/jsMath-easy-load.js"><'+'/SCRIPT>');


