Ask HN: What LaTeX editor do you use?
I am about to start the writeup of my thesis. I have tried many LaTeX editors over the years but am yet to find one that I like.
I want to be able to type in code with proper syntax highlighting, code completion etc like a programming IDE, and see the rendered results immediately.
9 comments
[ 3.0 ms ] story [ 26.9 ms ] threadYou can then export from org-mode to LaTex, defining all the relevant settings at the top of the page.
Atom (https://atom.io/) and Sublime Text (http://www.sublimetext.com) will have plenty of packages that you can install to make it more IDE-like.
Currently, I am working on my undergraduate thesis book. TeXStudio is like an IDE. It supports syntax highlighting, code completion, source code and PDF synchronizing. Beside that, you can even paste your external image file that to be included in your LaTeX document (TeXStudio will help you to generate the graphic syntax with additional parameterms, like width and height).
Give it a try!