Forum Discussion
Inline math still not available?
- 9 months ago
Hello everyone, 🎉
I’m happy to let you know we released a new update for Rise 360. This update adds the following feature:
- Build math equations using LaTeX syntax and revise them by adding color and alt text.
There’s nothing to install for web apps. New features and fixes are immediately available, though you might need to publish your Rise 360 course again.
Let me know if you have any questions about this update or the new feature.
Hi Alan,
We have the same issue with math equations. What I do is save LaTeX equations from a Word doc in web page format (.html). This creates a folder with a png image of each equation. (actually 2 images, one with white background and second image is transparent.
Then I add upload the image to Rise. To generate the alt text from the LaTeX code I use https://demo.wiris.com/mathtype/en/developers.php#accessibility_title
If you need to add them within a paragraph/inline, type zzz where you want the image to go.
You right click on zzz and select inspect, then right click again in the inspect area, select Edit as HTML, then past the code below where the zzz is. Hope that makes sense.
<img class="equation_image" title="TITLE" style="vertical-align: middle;" src="URL" alt="ALTTEXT">
You can upload the image the standard way first, then open it in a new tab to get the URL,,, or even better is use a data uri online converter. This means you wont have problems if you copy the course over. https://www.site24x7.com/tools/image-to-datauri.html