+ 14
LaTeX in coding
My school teaches LaTeX, which is good for writing mathematical papers. In Wikipedia website, I see how they add LaTeX equations, by creating the image then post in the link. Is there an easier way to do it on HTML? Like a <latex>\tfrac{1}{6}</latex> Also, please suggest some respurces on LaTeX wipl be quite helpful. Thanks!
4 Respostas
+ 7
You can't use LaTeX in HTML but instead you can use MathML. If want you to convert LaTeX in MathML then → https://tex.stackexchange.com/questions/23804/how-to-incorporate-tex-into-a-website
+ 4
Thanks for the link, I use this code:
https://code.sololearn.com/WjCrAa4XhDJl/?ref=app
+ 3
So apparently you can use Math.jax
+ 3
There are many options but MathML is the easiest and best...