In Emacs I frequently use math symbols when I write my theory summaries of math textbooks. I use org-mode to structure information and I know about at least two methods of entering special symbols:
- Using embedded LaTeX: enter its representation in the form
\landthen press C-c C-x \ (org-toggle-pretty-entities) to view it literally; - Using C-x 8 RET (
insert-char).
I want it however to behave the following way: I enter the LaTeX representation, and it is automatically converted into the physical Unicode form (abbrev?). Is there a package for that and if not, what elisp should I write to implement this behavior?