#13143: Use MathJax by default when building docs from Makefile
---------------------------------------------+------------------------------
Reporter: jhpalmieri | Owner: GeorgSWeber
Type: enhancement | Status: needs_review
Priority: minor | Milestone: sage-5.4
Component: build | Resolution:
Keywords: Makefile doc MathJax sd40 | Work issues:
Report Upstream: N/A | Reviewers:
Authors: John Palmieri | Merged in:
Dependencies: #9774, #13121 | Stopgaps:
---------------------------------------------+------------------------------
Comment (by jhpalmieri):
As far as other possibly incompatible pieces of LaTeX in the Sage library,
I haven't found any. I ran
{{{
sage: search_src('\\\\[a-zA-Z]', interact=False)
}}}
to get a list of all strings starting with a backslash and then a letter,
then turned this into a list of all of the potential LaTeX commands used
in Sage, and compared it to [http://docs.mathjax.org/en/latest/tex.html
#supported-latex-commands MathJax's list]. For items on Sage's list that
aren't recognized by !MathJax, I looked at how they were used in the Sage
library. This wasn't a very long list, and I admit that I wasn't extremely
careful, but I didn't find any problems.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13143#comment:30>
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.