#13143: Use MathJax by default when building docs from Makefile
---------------------------------------------+------------------------------
Reporter: jhpalmieri | Owner: GeorgSWeber
Type: enhancement | Status: needs_work
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:
---------------------------------------------+------------------------------
Changes (by dimpase):
* status: needs_review => needs_work
Comment:
Replying to [comment:30 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.
Here is one thing I found: compare
http://www.sagemath.org/doc/thematic_tutorials/numtheory_rsa.html and
the corresponding page in your output, somewhere in the middle:[[BR]]
{{{
Formally, let
Σ={A,B,C,...,Z}
be the set of capital letters of the English alphabet. Furthermore, let
}}}
On your pages (and also on my own build with this patch), the formula
\Sigma={A,B,C,...,Z} is broken (viewed on OSX10.6.8, with Chrome or with
Safari). Namely,
it looks like Σ={\textttA,\textttB,\textttC,...,\textttZ}, with \texttt
typeset in red.
In the source I see
{{{
.. MATH::
\Sigma
=
\{ \texttt{A}, \texttt{B}, \texttt{C}, \dots, \texttt{Z} \}
}}}
which look like 100% kosher TeX to me.
Can you fix this in {{{MathJax}}} config?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13143#comment:32>
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.