vim
Ask HN: What LaTeX editor do you use?
41–45 of 45 posts
Re: Ask HN: What LaTeX editor do you use?
#42Emacs in fundamental-mode.
Re: Ask HN: What LaTeX editor do you use?
#43Vim, but I gave up writing LaTeX after college. I just write orgmode markup (still in Vim) that exports to LaTeX subfiles. There is still the single main LaTeX document, but it is mostly packages and settings.
Re: Ask HN: What LaTeX editor do you use?
#44Slightly surprised nobody has mentioned org-mode under Emacs. It’s a slightly orthogonal use-case, not strictly editing native LaTeX. But it does a million things well, especially organizing documents of various lengths, and then exports very nice LaTeX. Not just that you could subsequently tweak, but allowing includion of arbitrary LaTeX that also gets exported.
For many use-cases it can be much more efficient to step back and let the LaTeX get written for you.
Re: Ask HN: What LaTeX editor do you use?
#45https://github.com/dandavison/xenops
I’m also the author of it. It’s an emacs mode that automatically renders mathematical content as you type and displays it inline in the buffer as SVGs which render crisply on high resolution screens. It doesn’t handle all the different math delimiters yet.