1 | initial version |
I don't think there's any real way to do it now (ticket 10035 could work, if it is ever implemented). If you know the LaTeX code, however, you can do
show(LatexExpr(r'h(r) = {1\over{r^2 \sqrt{ \frac{1}{b^2} - (1 - \frac{d}{r}) \frac{1}{r^2}}}}'))
in the terminal, or
html(r'$h(r) = {1\over{r^2 \sqrt{ \frac{1}{b^2} - (1 - \frac{d}{r}) \frac{1}{r^2}}}}$')
in the notebook.