New Math extension #721
Replies: 3 comments 28 replies
-
Good work, I always wanted a math extension. For a long time I have been looking out for a PHP library that can render math on the server-side, something that doesn't need a client-side JavaScript library. As far as I know this is still not possible in 2021 and most math rendering is done on the client-side via KaTeX or MathJax. Here are some suggestions/thoughts:
Hope you find this feedback useful. |
Beta Was this translation helpful? Give feedback.
-
I changed my opinion about AsciiMath. I liked it as an input format in the beginning, but I currently don’t expect many people using it. As we discussed via email, Tex should be the input format for for inline |
Beta Was this translation helpful? Give feedback.
-
The Math extension has been (finally...) updated. AsciiMath support has been dropped and the new extension Mu supports only AsciiMath. As this is a breaking change, here is a quick reminder for those who are using the old Math extension:
Any comments appreciated! |
Beta Was this translation helpful? Give feedback.
-
A new extension: https://github.com/GiovanniSalmeri/yellow-math It allows to write mathematics in AsciiMath, or in TeX. The rendering engine is the very fast KaTeX. In order to allow the use of ASCIIMath (which is not supported by KaTeX) I translated from Javascript to PHP (in order to reduce the load client-side) a program which translate ASCIIMath into TeX, and added moreover a little Javascript code which avoids the full scanning of the page by KaTeX. The result is indeed very fast (even if the AsciiMath to TeX translator could be optimised in several aspects) and the use of the extension very simple. Perhaps someone will find it useful!
Beta Was this translation helpful? Give feedback.
All reactions