Hi there,

i have to do some work for school. So i tried *sphinx* with MathJax. At 
sphinx page i found that i could simply involve MathJax with setting the 
``conf.py`` - value ``extensions``::

> extensions = ["sphinx.ext.mathjax"]


and furthermore inform sphinx about MathJax location::

> # link to MathJax is in _static/MathJax!

mathjax_path = "Mathjax/MathJax.js"


After running the build the TeX formulas aren't rendered and MathJax tolds 
me that there's possibly an old configuration style with MathJax???

If i delete the ``extensions`` list to an empty list TeX is rendered but 
without wanted configurations of MathJax! 


What i want: ist to use Latex - formulas - with alignment settings

thanks in advance.


-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sphinx-dev/-/65xFB6euz2AJ.
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