From: Sam H. v. a. <we...@ma...> - 2005-12-13 18:31:47
|
Log Message: ----------- use Parser-based num_cmp and fun_cmp by default. Modified Files: -------------- webwork2/conf: global.conf.dist Revision Data ------------- Index: global.conf.dist =================================================================== RCS file: /webwork/cvs/system/webwork2/conf/global.conf.dist,v retrieving revision 1.154 retrieving revision 1.155 diff -Lconf/global.conf.dist -Lconf/global.conf.dist -u -r1.154 -r1.155 --- conf/global.conf.dist +++ conf/global.conf.dist @@ -745,9 +745,9 @@ # Size in pixels of dynamically-generated images, i.e. graphs. $pg{specialPGEnvironmentVars}{onTheFlyImageSize} = 400, -# To activate Parser-based versions of num_cmp and fun_cmp, change this -# value to 0. -$pg{specialPGEnvironmentVars}{useOldAnswerMacros} = 1; +# To disable the Parser-based versions of num_cmp and fun_cmp, and use the +# original versions instead, set this value to 1. +$pg{specialPGEnvironmentVars}{useOldAnswerMacros} = 0; # Strings to insert at the start and end of the body of a problem # (at beginproblem() and ENDDOCUMENT) in various modes. More display modes |