| 1 | #!perl |
1 | #!perl |
| 2 | ################################################################################ |
2 | ################################################################################ |
| 3 | # WeBWorK Online Homework Delivery System |
3 | # WeBWorK Online Homework Delivery System |
| 4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.153 2005/11/17 22:56:23 dpvc Exp $ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.154 2005/12/05 19:43:33 sh002i Exp $ |
| 6 | # |
6 | # |
| 7 | # This program is free software; you can redistribute it and/or modify it under |
7 | # This program is free software; you can redistribute it and/or modify it under |
| 8 | # the terms of either: (a) the GNU General Public License as published by the |
8 | # the terms of either: (a) the GNU General Public License as published by the |
| 9 | # Free Software Foundation; either version 2, or (at your option) any later |
9 | # Free Software Foundation; either version 2, or (at your option) any later |
| 10 | # version, or (b) the "Artistic License" which comes with this package. |
10 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 743 | $pg{specialPGEnvironmentVars}{CAPA_Graphics_URL} = "$courseURLs{html}/CAPA_Graphics/", |
743 | $pg{specialPGEnvironmentVars}{CAPA_Graphics_URL} = "$courseURLs{html}/CAPA_Graphics/", |
| 744 | |
744 | |
| 745 | # Size in pixels of dynamically-generated images, i.e. graphs. |
745 | # Size in pixels of dynamically-generated images, i.e. graphs. |
| 746 | $pg{specialPGEnvironmentVars}{onTheFlyImageSize} = 400, |
746 | $pg{specialPGEnvironmentVars}{onTheFlyImageSize} = 400, |
| 747 | |
747 | |
| 748 | # To activate Parser-based versions of num_cmp and fun_cmp, change this |
748 | # To disable the Parser-based versions of num_cmp and fun_cmp, and use the |
| 749 | # value to 0. |
749 | # original versions instead, set this value to 1. |
| 750 | $pg{specialPGEnvironmentVars}{useOldAnswerMacros} = 1; |
750 | $pg{specialPGEnvironmentVars}{useOldAnswerMacros} = 0; |
| 751 | |
751 | |
| 752 | # Strings to insert at the start and end of the body of a problem |
752 | # Strings to insert at the start and end of the body of a problem |
| 753 | # (at beginproblem() and ENDDOCUMENT) in various modes. More display modes |
753 | # (at beginproblem() and ENDDOCUMENT) in various modes. More display modes |
| 754 | # can be added if different behaviours are desired (e.g., HTML_dpng, |
754 | # can be added if different behaviours are desired (e.g., HTML_dpng, |
| 755 | # HTML_asciimath, etc.). These parts are not used in the Library browser. |
755 | # HTML_asciimath, etc.). These parts are not used in the Library browser. |