|
|
|
|
|
by simplicio
3437 days ago
|
|
I always found it weird that despite being developed at CERN and most widely used in the early years by universities and research labs, HTML never developed a decent standard for transmitting/rendering math equations (I know that there's a math tag now, but it doesn't seem to get much use). Especially given that Latex would seem to provide a pretty widely known de-facto standard for the syntax. |
|
2) TeX by itself doesn't resolve very well into the DOM tree which is what parsers use to organize the markup data internally. You need a markup language that is similar to HTML if you want to make it easy for browsers, parsers, and libraries to adopt the new standard.