Feature #541 - ASCIIMathML.js: Corrections about the setting AMTcgiloc (URL to the service for rendering images).

skala
Ivan Tcholakov 15 years ago
parent 8ac79ce6b9
commit bfd9930bed
  1. 9
      main/inc/lib/asciimath/ASCIIMathML.js

@ -80,12 +80,13 @@ FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
//
//var AMTcgiloc = "http://korpelainen.net/cgi-bin/mathtex.cgi?\\gammacorrection{1.4}";
//
//var AMTcgiloc = "http://www.mathtran.org/cgi-bin/mathtran?D=1;tex=\\displaystyle ";
//var AMTcgiloc = "http://www.mathtran.org/cgi-bin/mathtran?D=2;tex=\\displaystyle ";
//var AMTcgiloc = "http://www.mathtran.org/cgi-bin/mathtran?D=1;tex=\\displaystyle";
//var AMTcgiloc = "http://www.mathtran.org/cgi-bin/mathtran?D=2;tex=\\displaystyle";
//
//var AMTcgiloc = "http://chart.apis.google.com/chart?cht=tx&chs=1x0&chf=bg,s,FFFFFF00&chco=000000&chl=";
//var AMTcgiloc = "http://chart.apis.google.com/chart?cht=tx&chs=1x0&chl=";
//var AMTcgiloc = "http://chart.apis.google.com/chart?cht=tx&chl=";
//
var AMTcgiloc = "http://chart.apis.google.com/chart?cht=tx&chs=1x0&chf=bg,s,FFFFFF00&chco=000000&chl=";
var AMTcgiloc = "http://chart.apis.google.com/chart?cht=tx&chs=1x0&chl=";
//
var AScgiloc = 'http://www.imathas.com/imathas/filter/graph/svgimg.php'; //path to CGI script

Loading…
Cancel
Save