Comment #12 on issue 2537 by asmeurer: Use MathJax in the docs
http://code.google.com/p/sympy/issues/detail?id=2537

OK, I've added a commit removing the math_dollar extension to my mathjax branch.

I changed $math$ to `math` everywhere, which included several places in the polys code. Trying to be consistent, I changed some ``math`` to `math`, but I think I actually made things less consistent, and I think some of those should actually remain with two backticks. Mateusz, can you look at it and see what you think? The usage of ``code`` and `math` in the polys code (docstrings) should be unified. ``code`` should always be something that should be printed verbatim, and `math` should always be valid LaTeX math, to be rendered as such.

By the way, I forgot to mention it, but they replied to my thread asking about \middle, and said they would implement it in MathJax. So I think we just have to wait for them to do that (the good thing about MathJax is that it will just start working when the fix it, due to our use of the public CDN).

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

Reply via email to