--- trunk/webwork-modperl/lib/WeBWorK/PG.pm 2004/05/22 22:10:38 2165 +++ trunk/webwork-modperl/lib/WeBWorK/PG.pm 2004/05/22 22:16:20 2166 @@ -1,7 +1,7 @@ ################################################################################ # WeBWorK Online Homework Delivery System # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ -# $CVSHeader: webwork-modperl/lib/WeBWorK/PG.pm,v 1.46 2003/12/09 01:12:30 sh002i Exp $ +# $CVSHeader: webwork-modperl/lib/WeBWorK/PG.pm,v 1.47 2004/01/05 01:02:41 sh002i Exp $ # # This program is free software; you can redistribute it and/or modify it under # the terms of either: (a) the GNU General Public License as published by the @@ -125,6 +125,7 @@ # Directories and URLs # REMOVED: courseName # ADDED: dvipngTempDir + # ADDED: jsMathURL $envir{cgiDirectory} = undef; $envir{cgiURL} = undef; @@ -138,6 +139,7 @@ $envir{tempURL} = $ce->{courseURLs}->{html_temp}."/"; $envir{scriptDirectory} = undef; $envir{webworkDocsURL} = $ce->{webworkURLs}->{docs}."/"; + $envir{jsMathURL} = $ce->{webworkURLs}->{jsMath}; # Information for sending mail @@ -187,6 +189,7 @@ plainText => "HTML", formattedText => "HTML_tth", images => "HTML_dpng", # "HTML_img", + jsMath => "HTML_jsMath", }->{$name}; }