[system] / trunk / webwork2 / conf / global.conf.dist Repository:
ViewVC logotype

Diff of /trunk/webwork2/conf/global.conf.dist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1153 Revision 1154
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.31 2003-06-11 20:40:56 sh002i Exp $ 4# $Id: global.conf.dist,v 1.32 2003-06-13 02:30:44 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.
124%externalPrograms = ( 124%externalPrograms = (
125 mkdir => "/bin/mkdir", 125 mkdir => "/bin/mkdir",
126 tth => "/usr/local/bin/tth", 126 tth => "/usr/local/bin/tth",
127 pdflatex => "/usr/local/bin/pdflatex", 127 pdflatex => "/usr/local/bin/pdflatex",
128 latex => "/usr/local/bin/latex", 128 latex => "/usr/local/bin/latex",
129 dvipng => "/usr/local/bin/dvipng -mode ljfivemp -D600 -Q6 -x1000.5 -bgTransparent", 129 #dvipng => "/usr/local/bin/dvipng -mode ljfivemp -D600 -Q6 -x1000.5 -bgTransparent",
130 dvipng => "/usr/local/bin/dvipng",
130 gif2eps => "$webworkDirs{bin}/gif2eps", 131 gif2eps => "$webworkDirs{bin}/gif2eps",
131 png2eps => "$webworkDirs{bin}/png2eps", 132 png2eps => "$webworkDirs{bin}/png2eps",
132 gif2png => "$webworkDirs{bin}/gif2png", 133 gif2png => "$webworkDirs{bin}/gif2png",
133); 134);
134 135

Legend:
Removed from v.1153  
changed lines
  Added in v.1154

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9