WeBWorK Main Forum

MathJax error after update

Re: MathJax error after update

by Nandor Sieben -
Number of replies: 0
This is what I get

$ svn info global.conf.dist
Path: global.conf.dist
Name: global.conf.dist
URL: http://svn.webwork.maa.org/system/trunk/webwork2/conf/global.conf.dist
Repository Root: http://svn.webwork.maa.org/system
Repository UUID: c0722133-6baf-4dd8-8699-98d999cd4f06
Revision: 6814
Node Kind: file
Schedule: normal
Last Changed Author: aubreyja
Last Changed Rev: 6804
Last Changed Date: 2011-04-28 08:32:27 -0700 (Thu, 28 Apr 2011)
Text Last Updated: 2011-05-16 15:39:50 -0700 (Mon, 16 May 2011)

> # Location of MathJax script, used for the MathJax display mode.
> $webworkURLs{MathJax} = "$webworkURLs{htdocs}/mathjax/MathJax.js?config=TeX-AMS_HTML-full";

> Is it not the same on your system?

Yes, this is what I have in global.conf.dist but this did not work after installation. I had to change it to the one below and now it works.

$webworkURLs{MathJax} = "$webworkURLs{htdocs}/mathjax/MathJax.js";