http://groups.google.com/group/mathjax-users/browse_thread/thread/4224949f7944888e
in the mathjax users forum.
> This results in en Error 403 Forbidden from MatJax.js
See my response above. This is because the server isn't able to get
the file Trac is asking for. (MathJax is not being loaded and run on
your page, and so MathJax can't solve the problem for you.)
> But Trac encodes the url and that does MatJax not like.
It's not MathJax that doesn't like it, it is the server that doesn't
like it, because it means you are asking for a file that doesn't exist.
> I'm not an javascript-freak and the code of mathjax.js is not really
> readable (for me) and so I cannot write a fix for that. But I think,
> the parse-arguments-function has only a little bit to modified.
Unfortunately that won't do it. See response linked above.
> Maybe it is possible to ship an extra version of mathjax.js (e.g.
> 'mathjax-default-config.js' using the default.js as configuration file
> and not displaying the warning message?
The default.js file was intended as a file you could edit to modify
the configuration you wanted to use. Now that MathJax is served from
the CDN, you don't have access to edit default.js, and it doesn't make
sense to load a configuration file you can't configure.
I have suggested a method you can use to overcome this problem
yourself in the message above. See if that doesn't work for you. It
will take a little bit of javascript. You might find
http://www.mathjax.org/docs/1.1/dynamic.html
to be helpful in figuring out how to insert the script node dynamically.
Davide
Great. Glad you were able to get it to work. If there is a Trac forum where you could post your solution, that might help others with the same issue. You can also post your final solution here, for others to reference, if you want.
Davide