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

Results 8 better-react-mathjax issues
Sort by recently updated
recently updated
newest added

I have dynamic equation content coming from the backend. Sometimes, it is just "The equation you are solving for" "$math content$" and sometimes it is $\\text{Compare} ax^2+bx+c \\text{is a working...

My problem is that **MathJaxContext** is expecting you to load the **src** from a external file. Is there a way currently a to pass mathjaxcontext a already included mathjax object....

enhancement

I used your this package in my react native application, but after configuring it, I'm getting the error saying Error: Text strings must be rendered within a component I'm not...

![image](https://user-images.githubusercontent.com/76009101/193435908-d5481e46-7f95-4985-98df-3146fca65f71.png) When I use next/link to load a page, the MathJax does not render properly vs. when I reload the page ![image](https://user-images.githubusercontent.com/76009101/193435914-a1f7031c-152a-4530-bac1-b293e7dfae22.png)

There has been discussion around this earlier and now it seems NextJS 13 is supporting serverside components. This makes it more interesting to look into using the MathJax library itself...

Sometimes the below latex renders fine and sometimes the /enclose part errors. By refreshing the page I can make it work or not work sometimes. Do you know what I...

By default the script is downloaded at `https://cdnjs.cloudflare.com/ajax/libs/mathjax/...` without async: **/MathJaxContext/MathJaxContext.js:** ```js function f(t, o) { n && (window.MathJax = n); var e = document.createElement("script"); e.type = "text/javascript", e.src =...

Hello! I'm tring run ssr in exist project laravel+inertia+react(typescript)+MathJax+MathLive. Run SSR by https://inertiajs.com/server-side-rendering. Run "npm run build" without error, but when I started "php artisan inertia:start-ssr", I get error: ```...