Re: Issue 2537 in sympy: Use MathJax in the docs

2011-07-16 Thread sympy
Updates: Labels: Milestone-Release0.7.1 Comment #17 on issue 2537 by asmeurer: Use MathJax in the docs http://code.google.com/p/sympy/issues/detail?id=2537 I'd like to fix this by the release, so we can get it out to people and get more feedback on if this is a good idea or not (though

Re: Issue 2537 in sympy: Use MathJax in the docs

2011-07-15 Thread sympy
Updates: Labels: NeedsReview Comment #16 on issue 2537 by asmeurer: Use MathJax in the docs http://code.google.com/p/sympy/issues/detail?id=2537 See https://github.com/sympy/sympy/pull/491. For now, I just made them normal symbols, since they look basically the same in the current doc

Re: Issue 2537 in sympy: Use MathJax in the docs

2011-07-15 Thread sympy
Comment #15 on issue 2537 by abro...@verizon.net: Use MathJax in the docs http://code.google.com/p/sympy/issues/detail?id=2537 Replacing bold vectors with arrows over the symbol is fine. There are also bold symbols with carets over them for unit vectors. Just unbold them and leave the carats.

Re: Issue 2537 in sympy: Use MathJax in the docs

2011-07-15 Thread sympy
Updates: Cc: abro...@verizon.net Comment #14 on issue 2537 by asmeurer: Use MathJax in the docs http://code.google.com/p/sympy/issues/detail?id=2537 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-issues" gro

Re: Issue 2537 in sympy: Use MathJax in the docs

2011-07-15 Thread sympy
Comment #13 on issue 2537 by asmeurer: Use MathJax in the docs http://code.google.com/p/sympy/issues/detail?id=2537 MathJax does not support bold math, so some \bm{\gamma} in the GA docs will not be able to work. I am going to just remove it. Perhaps it should be replaced with some kind of

Re: Issue 2537 in sympy: Use MathJax in the docs

2011-07-05 Thread sympy
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. Tryi

Re: Issue 2537 in sympy: Use MathJax in the docs

2011-07-05 Thread sympy
Comment #11 on issue 2537 by asmeurer: Use MathJax in the docs http://code.google.com/p/sympy/issues/detail?id=2537 Right now, it's only used in Mateusz's polys documentation and in Tom's gsoc branch. And in series.html, but I'm pretty sure that Tom wrote that stuff (no one else uses \math

Re: Issue 2537 in sympy: Use MathJax in the docs

2011-07-05 Thread sympy
Comment #10 on issue 2537 by matt...@gmail.com: Use MathJax in the docs http://code.google.com/p/sympy/issues/detail?id=2537 I'm perfectly fine with using `...` for math. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, s

Re: Issue 2537 in sympy: Use MathJax in the docs

2011-07-05 Thread sympy
Updates: Cc: ness...@googlemail.com matt...@gmail.com Comment #9 on issue 2537 by asmeurer: Use MathJax in the docs http://code.google.com/p/sympy/issues/detail?id=2537 The math_dollar extension is broken. According to the docstring in the file, it properly doesn't try to convert expr

Re: Issue 2537 in sympy: Use MathJax in the docs

2011-07-05 Thread sympy
Comment #8 on issue 2537 by asmeurer: Use MathJax in the docs http://code.google.com/p/sympy/issues/detail?id=2537 The MathJax folks replied to my question about testing. Apparently, the do not yet have a method for automated testing, though they would like to have it. They pointed me to

Re: Issue 2537 in sympy: Use MathJax in the docs

2011-07-04 Thread sympy
Comment #7 on issue 2537 by asmeurer: Use MathJax in the docs http://code.google.com/p/sympy/issues/detail?id=2537 I've pushed these fixes to my mathjax branch, and will soon update the mathjax demo at docs.sympy.org. I now get the same error as at issue 2523, even though I'm using mathjax

Re: Issue 2537 in sympy: Use MathJax in the docs

2011-07-04 Thread sympy
Comment #6 on issue 2537 by asmeurer: Use MathJax in the docs http://code.google.com/p/sympy/issues/detail?id=2537 Ah, this is simple. The math_dollar extension converts $math$ into `math` (and that's *all* it does, see doc/ext/math_dollar.py). So I just need to leave that enabled, and it

Re: Issue 2537 in sympy: Use MathJax in the docs

2011-07-03 Thread sympy
Comment #5 on issue 2537 by asmeurer: Use MathJax in the docs http://code.google.com/p/sympy/issues/detail?id=2537 I see now. MathJax requires two dollar signs ($$x^2$$), whereas the math_dollar/pngmath requires one dollar sign ($x^2$). I see now that the configuration is set in the mathjax

Re: Issue 2537 in sympy: Use MathJax in the docs

2011-07-03 Thread sympy
Comment #4 on issue 2537 by matt...@gmail.com: Use MathJax in the docs http://code.google.com/p/sympy/issues/detail?id=2537 MathJax interprets differently various math delimiters and not all kinds of math formulas can be rendered in $$. You can experiment with easily with sympy-live, just al

Re: Issue 2537 in sympy: Use MathJax in the docs

2011-07-03 Thread sympy
Comment #3 on issue 2537 by asmeurer: Use MathJax in the docs http://code.google.com/p/sympy/issues/detail?id=2537 Ah, thanks. I think sympy-live is also using a better link for the cdn mathjax.js file. I changed it to use http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTM

Re: Issue 2537 in sympy: Use MathJax in the docs

2011-07-03 Thread sympy
Comment #2 on issue 2537 by matt...@gmail.com: Use MathJax in the docs http://code.google.com/p/sympy/issues/detail?id=2537 It seems that MathJax does not convert math delimited by dollar sign Support for this can be added in MathJax configuration (see templates/shell.html from sympy-live).

Re: Issue 2537 in sympy: Use MathJax in the docs

2011-07-03 Thread sympy
Comment #1 on issue 2537 by asmeurer: Use MathJax in the docs http://code.google.com/p/sympy/issues/detail?id=2537 It seems that MathJax does not convert math delimited by dollar signs ($), so we will have to change those to use backticks (`) instead. Also, I just discovered that MathJax doe

Issue 2537 in sympy: Use MathJax in the docs

2011-07-01 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Enhancement Priority-Medium Documentation New issue 2537 by asmeurer: Use MathJax in the docs http://code.google.com/p/sympy/issues/detail?id=2537 See https://groups.google.com/d/topic/sympy/r-cVbwzbXSM/discussion. I've implemented the proper func