-
-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Sage output MathJax3 compatible htmls #31517
Comments
Branch: u/klee/31517 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Commit: |
This comment has been minimized.
This comment has been minimized.
Author: Kwankyu Lee |
comment:6
Sage development has entered the release candidate phase for 9.3. Setting a new milestone for this ticket based on a cursory review of ticket status, priority, and last modification date. |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:9
This looks good to me. |
Reviewer: Markus Wageringel |
Changed branch from u/klee/31517 to |
MathJax2 converts TeX and LaTeX math delimiter pairs such as$, $ $, (, ), [,] to script tag <script type="math/tex">...</script>, and then renders the scripts.
MathJax3 directly renders maths in the math delimiters.
Currently Sage renders maths in LaTeX to html with script tags, which are recognized only by MathJax2.
To pave the way for transiting Sage to MathJax3, we make Sage output MathJax3 compatible htmls.
With this patch, Sage works both with MathJax2 and MathJax3.
(this patch also contains a small fix for tables)
CC: @egourgoulhon
Component: misc
Author: Kwankyu Lee
Branch/Commit:
3d26006
Reviewer: Markus Wageringel
Issue created by migration from https://trac.sagemath.org/ticket/31517
The text was updated successfully, but these errors were encountered: