What's really nice about posting in the math stackexchange, and other forums, is that you can view the latex symbols right below as you're typing your post. Is there a way to do this in emacs? That is, can I type "$\in$" and have it immediately convert the code to the "element of" symbol (in the position where I typed it)?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
AucTEX includes preview-latex-mode, which almost does what you want. (I don't think it autoconverts by default, but I'm confident you could configure it to do so.) |
|||
|
|
|
you can preview-latex-mode use only in syntatic correct LaTeX files. however there are two other solutions 1. org-preview-latex-fragment: which works with the same idea (subs latex by png) but you can do it in ANY buffer, email etc.
|
|||
|
|