#9774: Upgrade the notebook to use MathJax instead of jsMath
---------------------------+------------------------------------------------
Reporter: mpatel | Owner: jason, was
Type: enhancement | Status: needs_work
Priority: major | Milestone:
Component: notebook | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
---------------------------+------------------------------------------------
Comment(by rbeezer):
In a page of the documentation, I inserted manually
{{{
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML-
full">
}}}
and the mathematics rendered properly with !MathJax.
Then I installed the mathjax 1.1a distribution alongside jsmath in the
Flask notebook tree and used
{{{
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML-
full">
}}}
which also caused the math to render properly. (/sage/notebook is my
{{{SAGE_ROOT}}})
In both cases the fonts did not look too great to my eye.
Questions:
(a) How do we get these scripts commands to be placed properly in each
page of the docs, with a proper relative path?
(b) Is there really a clean separation between Sage and the notebook if
--mathjax mode for documentation requires the !MathJax code from the
notebook?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9774#comment:33>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.