There are several sites on the Internet that display LaTeX in a more readable form, such as Wikipedia, some Wordpress blogs, and MathOverflow. They can use images, MathML, jsMath, or something like that.
There are other sites on the Internet where LaTeX appears in a line and does not appear, such as arXiv, various math forums, or my email address. In fact, quite often you can see arXiv abstract paper with raw LaTeX in it, for example. this document .
Is there a plugin for Firefox, or is it possible to write one that displays LaTeX on pages that themselves do not provide a rendering mechanism? (LaTeX will be enclosed in dollar signs, for example $ \ pi $. See the arXiv link above.)
Some notes:
It may not be possible to display some code, because authors often copy-paste code directly from their TeX source files, which may contain things like the "\ cite {foo}" or undefined commands. They should be left alone.
This question is a report of a question from MathOverflow that has been closed because it is not related to math. There is one answer that is useful, but maybe Qaru can give better answers.
I program a lot, but Javascript is not my specialty, so the line-by-line comments “look at this library” are not particularly useful to me (but may be for others).
source
share