--- branches/rel-2-0-patches/webwork-modperl/conf/global.conf.dist 2004/09/01 01:57:22 2706 +++ branches/rel-2-0-patches/webwork-modperl/conf/global.conf.dist 2004/09/01 02:01:45 2707 @@ -2,7 +2,7 @@ ################################################################################ # WeBWorK Online Homework Delivery System # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ -# $CVSHeader: webwork2/conf/global.conf.dist,v 1.95.2.1 2004/08/11 00:23:19 gage Exp $ +# $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.95.2.2 2004/08/28 01:29:27 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 @@ -52,10 +52,18 @@ $externalPrograms{mysql} = "/usr/local/bin/mysql"; $externalPrograms{latex} = "/usr/local/bin/latex"; -$externalPrograms{pdflatex} = "/usr/local/bin/pdflatex"; +$externalPrograms{pdflatex} = "/usr/local/bin/pdflatex --shell-escape"; # allows pdflatex to handle .eps files $externalPrograms{dvipng} = "/usr/local/bin/dvipng"; $externalPrograms{tth} = "/usr/local/bin/tth"; +# These image conversion utilities are included in the WeBWorK distribution. +$externalPrograms{gif2eps} = "$webworkDirs{bin}/gif2eps"; +$externalPrograms{png2eps} = "$webworkDirs{bin}/png2eps"; +$externalPrograms{gif2png} = "$webworkDirs{bin}/gif2png"; + + + + ################################################################################ # Mail settings ################################################################################ @@ -84,10 +92,11 @@ # email. It's appropriate to set this in the course.conf for specific courses, # but probably not in global.conf. if not defined, mail is sent to all # professors and TAs for a given course -$mail{feedbackRecipients} = [ - #'prof1@yourserver.yourdomain.edu', - #'prof2@yourserver.yourdomain.edu', -]; + +# $mail{feedbackRecipients} = [ +# 'prof1@yourserver.yourdomain.edu', +# 'prof2@yourserver.yourdomain.edu', +# ]; # feedbackVerbosity: # 0: send only the feedback comment and context link @@ -288,6 +297,7 @@ # dartmouthLibrary => "Dartmouth", # indianaLibrary => "Indiana", # osuLibrary => "Ohio State", +# capaLibrary => "CAPA", }; ################################################################################ @@ -346,16 +356,7 @@ $courseFiles{logs}{answer_log} = "$courseDirs{logs}/answer_log"; ################################################################################ -# More paths to external programs -################################################################################ - -# These image conversion utilities are included in the WeBWorK distribution. -$externalPrograms{gif2eps} = "$webworkDirs{bin}/gif2eps"; -$externalPrograms{png2eps} = "$webworkDirs{bin}/png2eps"; -$externalPrograms{gif2png} = "$webworkDirs{bin}/gif2png"; - -################################################################################ -# Site defaults (FIXME: what other things could be "site defaults"?) +# Site defaults (FIXME: what other things could be "site defaults"?) (move to Constants.pm??) ################################################################################ # Status strings -- lists valid status values and their names. If your site uses