[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 178 Revision 179
59# latex2html. $externalLaTeX2HTMLInit should point to a latex2html init file 59# latex2html. $externalLaTeX2HTMLInit should point to a latex2html init file
60# that matches the version of latex2html specified. 60# that matches the version of latex2html specified.
61$externalLaTeX2HTMLPath = "/usr/local/bin/latex2html"; 61$externalLaTeX2HTMLPath = "/usr/local/bin/latex2html";
62$externalLaTeX2HTMLVersion = "98.1p1"; 62$externalLaTeX2HTMLVersion = "98.1p1";
63$externalLaTeX2HTMLInit = "${mainDirectory}lib/latex2html.init.$externalLaTeX2HTMLVersion"; 63$externalLaTeX2HTMLInit = "${mainDirectory}lib/latex2html.init.$externalLaTeX2HTMLVersion";
64
65# LaTeX2HTML calls TeX utilities without using their full pathnames. Thus,
66# if the path to the binaries is not in the environment under which CGI
67# scripts are called (usually /bin:/usr/bin), you will have to specify it
68# here, so that it can be added before calling LaTeX2HTML. This path
69# should contain the 'latex' binary.
70$externalLaTeX2HTMLSupportPath = "/usr/local/bin";
64 71
65# latex, dvips, dvipdf, etc. are programs used to generate problem set hard copy 72# latex, dvips, dvipdf, etc. are programs used to generate problem set hard copy
66# output in various formats (DVI, PostScript, PDF). 73# output in various formats (DVI, PostScript, PDF).
67$externalLatexPath = "/usr/local/bin/latex"; 74$externalLatexPath = "/usr/local/bin/latex";
68$externalDvipsPath = "/usr/local/bin/dvips"; 75$externalDvipsPath = "/usr/local/bin/dvips";

Legend:
Removed from v.178  
changed lines
  Added in v.179

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9