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.
Ask HN: What LaTeX editor do you use?
1–10 of 10 posts
Re: Ask HN: What LaTeX editor do you use?
#2Re: Ask HN: What LaTeX editor do you use?
#3Emacs. Edit your tex file, start a shell buffer, and start your dvi browser. Now edit the tex, run latex in the shell, and you get to see the dvi output. Repeat until done.
Re: Ask HN: What LaTeX editor do you use?
#4Re: Ask HN: What LaTeX editor do you use?
#5Re: Ask HN: What LaTeX editor do you use?
#6Re: Ask HN: What LaTeX editor do you use?
#7You can then export from org-mode to LaTex, defining all the relevant settings at the top of the page.
Re: Ask HN: What LaTeX editor do you use?
#8Re: Ask HN: What LaTeX editor do you use?
#9Atom (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.
Re: Ask HN: What LaTeX editor do you use?
#10Currently, 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!