TeX editor with instant preview

879 Views Asked by At

I'm looking for a TeX editor with instant preview just has we have here on MSE.

I tried asking the folks at TeX Exchange, but they were no help at all, so don't bother migrating or whatever. If this question is inappropiate here, just close it, please.

3

There are 3 best solutions below

3
On

It's not precisely TeX, but you can use MathJax in an HTML file on your hard drive, in conjunction with a text editor and web browser. Here is a stub page:

<html>
<head>
<script type="text/x-mathjax-config">MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$']] } });</script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
</head>
<body>
$e^{ix}=\cos x+i\sin x$
</body>
</html>
2
On

I use Mathb.in from time to time (you can even save the posts you create and link to them, just like pastebin). Maybe you should rather ask in the TeX.SE however ;)

I hacked a quick C# GUI that uses MathJax (needs online connection right now, maybe I can change that. Not today however). Have fun!


I can't answer it anymore because it's closed, then I'll borrow some space in your answer CBenni.

6
On

Here is a solution. Enjoy it.

ps: if you don't use Linux, sorry. You have to pay the price to use Windows.

enter image description here