--- loncom/lonmaxima 2008/08/19 09:46:36 1.38 +++ loncom/lonmaxima 2008/08/19 10:59:10 1.39 @@ -3,7 +3,7 @@ # The LearningOnline Network with CAPA # Connect to MAXIMA CAS # -# $Id: lonmaxima,v 1.38 2008/08/19 09:46:36 riegler Exp $ +# $Id: lonmaxima,v 1.39 2008/08/19 10:59:10 riegler Exp $ # # Copyright Michigan State University Board of Trustees # @@ -275,7 +275,7 @@ sub make_new_child { &status('Accepting connections'); my $client = $server->accept() or last; &sync($command); - print $command ("display2d:false;kill(all);reset();\n"); + print $command ("display2d:false;simp:true;kill(all);\n"); &getmaximaoutput($command,2); &sync($command); my $syntaxerr = 0;