| 1 | ################################################################################ |
1 | ################################################################################ |
| 2 | # WeBWorK Online Homework Delivery System |
2 | # WeBWorK Online Homework Delivery System |
| 3 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
3 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 4 | # $CVSHeader: webwork2/lib/WeBWorK/Constants.pm,v 1.15 2004/09/08 01:42:05 sh002i Exp $ |
4 | # $CVSHeader: webwork2/lib/WeBWorK/Constants.pm,v 1.16 2004/09/08 01:42:46 sh002i Exp $ |
| 5 | # |
5 | # |
| 6 | # This program is free software; you can redistribute it and/or modify it under |
6 | # This program is free software; you can redistribute it and/or modify it under |
| 7 | # the terms of either: (a) the GNU General Public License as published by the |
7 | # the terms of either: (a) the GNU General Public License as published by the |
| 8 | # Free Software Foundation; either version 2, or (at your option) any later |
8 | # Free Software Foundation; either version 2, or (at your option) any later |
| 9 | # version, or (b) the "Artistic License" which comes with this package. |
9 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 55 | # If non-empty, timing data will be sent to the file named rather than STDERR. |
55 | # If non-empty, timing data will be sent to the file named rather than STDERR. |
| 56 | # |
56 | # |
| 57 | $WeBWorK::Timing::Logfile = ""; |
57 | $WeBWorK::Timing::Logfile = ""; |
| 58 | |
58 | |
| 59 | ################################################################################ |
59 | ################################################################################ |
|
|
60 | # WeBWorK::ContentGenerator::Hardcopy |
|
|
61 | ################################################################################ |
|
|
62 | |
|
|
63 | # If true, don't delete temporary files |
|
|
64 | # |
|
|
65 | $WeBWorK::ContentGenerator::Hardcopy::PreserveTempFiles = 0; |
|
|
66 | |
|
|
67 | ################################################################################ |
| 60 | # WeBWorK::PG::ImageGenerator |
68 | # WeBWorK::PG::ImageGenerator |
| 61 | ################################################################################ |
69 | ################################################################################ |
| 62 | |
70 | |
| 63 | # Arguments to pass to dvipng. This is dependant on the version of dvipng. |
71 | # Arguments to pass to dvipng. This is dependant on the version of dvipng. |
| 64 | # |
72 | # |