-
It seems to cause Math processing error whenever the pair of brackets `{: :}` is wrapped in another pair of brackets `{: :}`, and is the only thing in that bracket.
Examples:
```
not ok {: {::} :}
n…
-
Hi,
We use mathjax-node more for TeX error checking than rendering and we've run across this problem.
The following broken equation contains the string "\c" which is an error. This can be verified, …
-
I wanted to asciimath to create my formula. I wanted to create a basic formula : Mean.
But I'm not able to get the index (i=1) under the SUM operator. I was able to find the syntax in TEX that ou…
-
I'd like to migrate all the math in my wikis from ASCIImath (asciimathml plugin) to mathjax in order to get a better compatibility across browsers. Since MathJax can handle asciimath syntax that shoul…
-
Phyks updated
8 years ago
-
I use the field "ForLatext" in default.aspx to display LaTex MathML, and AsciiMath expresstion which input by user, it worked well in MathJax 2.4.
Now I upgrade MathJax 2.4 to MathJax 2.6 , it will …
-
Code seems to only handle (La)Tex delimiters or am I mistaken?
-
Please see this file: https://github.com/kindlychung/testGistDoc/blob/master/main.adoc
So far I can see that none of latexmath, asciimath, btn and menu are supported. That's a lot of things lacking…
-
The following equation works on the ASCIIMath website, but not in MathJax without inserting extra spaces. It seems to be correct according to the ASCIIMath syntax.
`` - does not render
`>` - renders …
-
Hi,
Most problems you have mentioned would be solved by using my implementation of [asciimath](https://github.com/Kerl13/AsciiMath). It is a far better solution than what i proposed for #2 #4 and it …