I am working on a site where I want to show a fair number of equations. I know I can use st.latex to render these equations. What I don’t know is how to ‘interleave’ equations within text. In other words, I am wondering whether I can:
st.write("The pythagorean theorem is given by the equation {insert latex here}.")
There may not be a way to do that. I am thinking I have create a whole separate container just for equations. But if there is a way to interleave the latex into regular text, I’d appreciate a tip as to how to do that.