Hello,

On Apr 20, 12:24 am, Guenter Milde <mi...@users.berlios.de> wrote:
> On 2011-04-19, Gokhan Sever wrote:
>
> > Using the latest sphinx checkout and following the latest-build
> > documentation onhttp://sphinx.pocoo.org/latest/ext/math.html
> > I have to configure my mathjax path as:
> > mathjax_path = '../mathjax/MathJax.js?config=default.js'
> > to get it properly working otherwise I get a warning from the mathjax
> > for extra configuration.
> > This probably needs to be updated in the devel documentation.
>
> The Docutils now support als math with MathJax (however, making the
> configuration available from Sphinx is an open task (volunteers?)).

Could you explain what does this mean? and what advantage it will
bring?

>
> The default mathjax_path is
>
>     mathjax_url = ('http://cdn.mathjax.org/mathjax/latest/MathJax.js?'
>                    'config=TeX-AMS-MML_HTMLorMML')

I had to write as below for Sphinx to compile my documentation:

mathjax_path = ('http://cdn.mathjax.org/mathjax/latest/MathJax.js?
config=TeX-AMS-MML_HTMLorMML')

>
> It uses the public MathJax server network and works out of the box. No
> local installation is needed and MathJax also works with local files (as
> long as the machine is connected to the internet).
>
> Günter

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to