Forum Discussion
Math equations in RISE
- 4 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.
I was able to get equations in my Rise course by using inline images, here I show you how to screenshot results from MathJax. The html used in the screen recording:
<img style="display:inline-block;height: 2.8em;vertical-align: middle;" src="replacewithdata">
and url for converting image to inline data-
Nice one, I was doing something similar by uploading the image as a file then using the url from that. But uri is better as it still works when a course is copied over.
- PhilFoss2 years agoCommunity Member
Right on, if you insert a url (even a rise/articulate url) it creates an external dependency on that file (which could become blocked by a strict LMS, or the file could disappear eventually). This ensures it becomes part of the export.