Efficient LaTeX Editing with Emacs
michaelneuper.com
Efficient LaTeX Editing with Emacs
1–5 of 5 posts
Re: Efficient LaTeX Editing with Emacs
#2Re: Efficient LaTeX Editing with Emacs
#3I am mostly using Overleaf (overleaf.com) which is free for individual use. They only charge for collaboration features and integration with bibliography management software. Free for universities and institutions back then when I was using it a lot, not sure about it now.
Now I find that writing in org-mode then export to LaTeX is the best experience you can have on Emacs. I can do pretty much everything I wanted to do, math typsetting, and even Beamer.
A big warning though, is that you still need some configuration and you will need to be aware of that you are writing for LaTeX export in order for a smooth experience. Especially when you have code blocks with long lines.
Maybe I should write up an article on this some day as tutorials, such as the one for Beamer (https://orgmode.org/worg/exporters/beamer/tutorial.html) does NOT completely cover all the issues that you will face during writing.