mathjax-react icon indicating copy to clipboard operation
mathjax-react copied to clipboard

React Component Library for MathJax

Results 19 mathjax-react issues
Sort by recently updated
recently updated
newest added

the matrix operations don't seem to be working. Am I doing something wrong or is this something that is not handled by the library? Code: \displaylines {\begin{vmatrix} a^{2} \end{vmatrix}} Thanks,

How can I ask the `` to add \usepackage{arabtex} so I can render arabic math notations with tex option I also tried ` `with MathComponent but without any success!

This is a strange problem and I'm not sure the root cause. The issue is that running `tsc` in my project works fine when run locally, but when running in...

When I use next/link to load a page, the MathJax does not render properly vs. when I reload the page

i've used the mathComponent and the input that i fed in tex is pretty long when it throws the svg, the svg is going out of the div. Dynamic resizing...

How are settings must be sent? I've already read MathJax documentation and tried to add setting this way ``` ``` And this way ``` ``` But it doesn't seem to...

"This error happened while generating the page. Any console logs will be displayed in the terminal window." this is what nextjs spits when I simply do " import { MathComponent...

Hi, i'm looking at http://docs.mathjax.org/en/latest/input/tex/extensions/colorv2.html#tex-colorv2 but i am having trouble getting it working. Can you advise how i would load in additional settings? i thought something like this might work,...

I apologize, as this is a ditzy thing but I can't get any permutation of dollar signs or //begins to work when setting the {tex} property (via .raw)... it seems...