From: pkiddie <pk...@us...> - 2005-06-23 10:43:28
|
Update of /cvsroot/stack/stack-1-0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17272 Modified Files: stackstd.php.dist Log Message: Index: stackstd.php.dist =================================================================== RCS file: /cvsroot/stack/stack-1-0/stackstd.php.dist,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** stackstd.php.dist 23 Jun 2005 10:11:46 -0000 1.15 --- stackstd.php.dist 23 Jun 2005 10:43:15 -0000 1.16 *************** *** 86,89 **** --- 86,90 ---- if ('win' == $stack_os) { $stack_latex['command'] = "tth -r -L"; + //$stack_latex['command'] = '"c:\Program Files\Maxima-5.9.1\bin\tth.exe" -r -L'; } else { $stack_latex['command'] = "/usr/local/bin/tth -r -L"; |