Is it possible to display mathematics formulas (such as the one below) in Evolve?

If so, is it possible to add it in sentences, like so:
![]()
Thank you.
Is it possible to display mathematics formulas (such as the one below) in Evolve?

If so, is it possible to add it in sentences, like so:
![]()
Thank you.
To a point you can do this, yes. Using italics, subscript/superscript and symbols you can put in certain things. Symbols has greek letters, maths symbols and more for you to choose from.

Hey @hbailey,
I’d like to add a question according to this post. Will there be a math-editor in the future? Or do you have recommendations, how to display “simple” mathematics like fractional calculations?
We worked for years with an other authoring tool and a possible solution was using tables to display the fractional line (by hiding a few frame lines and displaying lines, that would work as fractional lines). Even though I love working with Evolve, the table in Evolve is pretty bad (that’s an other topic). As a result, the previous solution no longer works in Evolve.
Using images of fractional calculations is not very comfortable, because if we have to change the content, we have to edit the image.
Greetings
Lars
Hey,
thanks for the fast response. I am working with macOS as well and at work with PC.
We’re searching for solutions to display things like this:

![]()
In the past we used tables for that. I can show you, how it would look like in html-code:

Even this was just a workaround, because we had no other choice.
For better understanding: In our institution, where we provide training and further education in the commercial sector, we frequently deal with such calculations. This is just the tip of the iceberg, as we also have to handle tasks such as payroll tax calculations and T-accounts. We’ve generally managed to represent these in HTML tables, but in Evolve, this isn’t really practical. I apologize if this veers slightly towards table talk, but for us, it has always been the alternative to using the math editor.
You could code your own one and upload it as an embeddable object inside an iframe (there is a toggle for this inside the iframe component). Just make sure your HTML file is labeled index.html before you zip everything up and upload it.
Hey,
yeah, that’s exactly what I’m doing right at this moment. It’s - once again - a workaround. I really appreciate your response! However, I’m hoping for a more integrated solution. If not today, maybe in the future.
Greetings
Lars
Ah I see, in that case: good luck!
The native tables have been a challenge for us too so I feel your pain : )
Just wanted to add to this thread that we would benefit from some type of math-editor in the future. ![]()
JAWS and NVDA do not read the content correctly because it is not coded as math. It reads fractions like 12/17 as 12 slash 17, and reads the division symbol as percentage. We also have similar cases where we want to present long, complex fractions, like the examples already in this thread.
Thanks