[system] / trunk / webwork / system / lib / Global.pm Repository:
ViewVC logotype

Diff of /trunk/webwork/system/lib/Global.pm

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

Revision 89 Revision 95
69## Usually this information is unneccessary, and the file becomes 69## Usually this information is unneccessary, and the file becomes
70## large very quickly, so this log is ordinarily turned off. However, the 70## large very quickly, so this log is ordinarily turned off. However, the
71## information it contains might be useful if, for example, a student wants an 71## information it contains might be useful if, for example, a student wants an
72## extension and claims not to have viewed the correct answers. 72## extension and claims not to have viewed the correct answers.
73$logAccessData = 1; 73$logAccessData = 1;
74
75# Local external programs
76
77# tth is used by the formatted-text display mode.
78$externalTTHPath = "/usr/local/bin/tth";
79
80# latex2html is used my the typeset display mode. WeBWorK supports version 96.1
81# and version 98.1 (or later). Specify either 96.1 or 98.1 for
82# $externalLaTeX2HTMLVersion -- this will effect the syntax used when calling
83# latex2html. $externalLaTeX2HTMLInit should point to a latex2html init file
84# that matches the version of latex2html specified.
85$externalLaTeX2HTMLPath = "/usr/local/bin/latex2html";
86$externalLaTeX2HTMLVersion = "98.1";
87$externalLaTeX2HTMLInit = "${mainDirectory}latex2html.init.98.1";
74 88
75#################################################################################### 89####################################################################################
76########### There should be no need to customize after this point ################# 90########### There should be no need to customize after this point #################
77#################################################################################### 91####################################################################################
78 92

Legend:
Removed from v.89  
changed lines
  Added in v.95

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9