You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this is my first commit to this repository. I would like to work on this issue. I am new to open-source so please let me know what changes you are expecting.
Hi, just to clarify, the 1st link you give in Ref (as "not working") is about math display on GitHub and it works fine:
This sentence uses $ delimiters to show math inline: $\sqrt{3x-1}+(1+x)^2$
The problem is that you want math display on the OpenMS doc webpage not here on github so the link is actually not helpful.
Also the link to Wolfram Alpha is not helpful because, whatever they write, they will always propose their proprietary solution.
In addition to mathjax I'd recommend https://katex.org/. However, both require additional Javascript on the web site, so I think this issue is suited to beginners only when simple formulae are created using Unicode or HTML characters. If you want to have nice LaTeX formulas then SVG images or the abovementioned JS libraries are needed.
As you are using Sphinx mathjax (:math: ) should be directly supported.
Ref:
Use https://www.wolframalpha.com/ to learn more about mathematical notations:
The text was updated successfully, but these errors were encountered: