| 1 | #!perl |
1 | #!perl |
| 2 | ################################################################################ |
2 | ################################################################################ |
| 3 | # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester |
3 | # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester |
| 4 | # $Id: global.conf.dist,v 1.11 2003-01-21 20:25:51 sh002i Exp $ |
4 | # $Id: global.conf.dist,v 1.12 2003-02-18 07:04:11 sh002i Exp $ |
| 5 | ################################################################################ |
5 | ################################################################################ |
| 6 | |
6 | |
| 7 | # This file is used to set up the default WeBWorK course environment for all |
7 | # This file is used to set up the default WeBWorK course environment for all |
| 8 | # requests. Values may be overwritten by the course.conf for a specific course. |
8 | # requests. Values may be overwritten by the course.conf for a specific course. |
| 9 | # All package variables set in this file are added to the course environment. |
9 | # All package variables set in this file are added to the course environment. |
| … | |
… | |
| 113 | # "prof2\@host.yourdomain.edu", |
113 | # "prof2\@host.yourdomain.edu", |
| 114 | #], |
114 | #], |
| 115 | ); |
115 | ); |
| 116 | |
116 | |
| 117 | %externalPrograms = ( |
117 | %externalPrograms = ( |
|
|
118 | mkdir => "/bin/mkdir", |
| 118 | tth => "/usr/local/bin/tth", |
119 | tth => "/usr/local/bin/tth", |
| 119 | pdflatex => "/usr/local/bin/pdflatex", |
120 | pdflatex => "/usr/local/bin/pdflatex", |
| 120 | latex => "/usr/local/bin/latex", |
121 | latex => "/usr/local/bin/latex", |
| 121 | dvipng => "/usr/local/bin/dvipng -mode ljfivemp -D600 -Q6 -x1000.5 -bgTransparent", |
122 | dvipng => "/usr/local/bin/dvipng -mode ljfivemp -D600 -Q6 -x1000.5 -bgTransparent", |
| 122 | gif2eps => "$webworkDirs{bin}/gif2eps", |
123 | gif2eps => "$webworkDirs{bin}/gif2eps", |