From: Mike G. v. a. <we...@ma...> - 2008-06-24 03:56:54
|
Log Message: ----------- Added support for math2 theme Is the dvipng command supposed to have bgTr.... or bgtr... Modified Files: -------------- webwork2/lib/WeBWorK: Constants.pm Revision Data ------------- Index: Constants.pm =================================================================== RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/Constants.pm,v retrieving revision 1.56 retrieving revision 1.57 diff -Llib/WeBWorK/Constants.pm -Llib/WeBWorK/Constants.pm -u -r1.56 -r1.57 --- lib/WeBWorK/Constants.pm +++ lib/WeBWorK/Constants.pm @@ -88,7 +88,7 @@ # but does not give transparent backgrounds. It does not work for version 1.2. It has not # been tested with other versions. # -$WeBWorK::PG::ImageGenerator::DvipngArgs = "-bgTransparent -D120 -q -depth"; +$WeBWorK::PG::ImageGenerator::DvipngArgs = "-bgtransparent -D120 -q -depth"; # If true, don't delete temporary files # @@ -134,9 +134,9 @@ type => 'text'}, { var => 'defaultTheme', doc => 'Theme (refresh page after saving changes to reveal new theme)', - doc2 => 'There are currently three themes (or skins) to choose from: ur, math, and moodle. The theme + doc2 => 'There are currently four themes (or skins) to choose from: ur, math, math2 and moodle. The theme specifies a unified look and feel for the WeBWorK course web pages.', - values => [qw(math ur moodle union)], + values => [qw(math math2 ur moodle union)], type => 'popuplist'}, { var => 'sessionKeyTimeout', doc => 'Inactivity time before a user is required to login again', |