I am looking for an offline, real-time-rendering TeX editor similar to what you find at https://math.stackexchange.com/questions/ask. It would be nice to have the ability to edit, save, and render the complete document offline, without requiring the reader to install any libraries. (so .html or .pdf format would be acceptable)
Has anyone managed to create and share an offline implementation of MathJax or similar?
ReText. In Fedora you can install it withdnf install retext mathjax. Run it, activate Live Preview (CTRL+L),Edit -> WebKit rendererthen type something like this "Hello \(x^2\)". You can export to HTML, ODT, or PDF. Source: https://github.com/retext-project/retext/wiki/Math – alfC Apr 19 '16 at 04:58