up vote 117 down vote favorite
51
share [g+] share [fb]

I'm looking for a good LaTeX editor for Windows!

link|improve this question
show 3 more comments
feedback

closed as not constructive by Jeremy Banks ʬʬʬ, Jeff Atwood Sep 15 '11 at 7:06

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

40 Answers

1 2

I have tried (I think) all the non-commercial ones listed here. TeXnicCenter seems to be promising. Here are some details:

Texmaker: One little annoyance was that the editor font seems to be fixed to be Courier (I find "Consolas" or "Bitstream vera sans mono" are better). But apart from that it seems to be nice, and I would try it next after TeXnicCenter.

MeWa: (used to be LaTeXEditor) Couldn't find a way to change the editor font from Courier. Also, development seems to have stopped in 2007. Otherwise it seems similar to Texmaker and TeXnicCenter on first inspection.

TexMacs: Gave up on getting this to install properly after some trying. Possibly it isn't really a LaTeX editor, and development seems to have stopped a while ago (possibly in 2003?).

Texlipse: One of the harder one's to install---first you need to install Eclipse and then add texlipse to it. Also the interface has a lot of C/C++ functions in addition to the Texlipse ones, cluttering it somewhat. But I got it to work, and if one is already using Eclipse, it may be the TeX editor of choice.

Led: The version I downloaded turned out to be buggy (its built-in dvi-viewer displayed only a few random dots). I did try a little (including dowloading a dll recommended on the web page) without success.

TeXworks: Actually the first one that I tried (it came with MikTeX). Has one or two annoying features: The font display of the editor on my screen is somehow not clean, and it doesn't have any built in Latex knowledge (for generating (La)TeX commands/symbols with menus/buttons).

LyTeX: This is the heftiest download (99MB) but it contains a full TeX distribution (TeX Live). Maybe one can download it without that and point it to MikTex, but at least that’s not what happened when I did the most direct thing. Has a fancy and possibly quite nice view of the document (half Wysiwig intermixed with collapsable TeX commands). But it couldn't handle my (not overly complicated) Latex source files and I gave up after a while.

LyX: I downloaded the standard Windows installer. It takes quite a while to install (10 minutes on my fast computer letting MikTeX fetch several packages). Then I found out that it is just LyTeX (and still could not TeX my files).

TeXnicCenter: This is the one I am going to try first. It was fairly easy to install, but as for many or most of the other editors, the configuring for the PDF viewer was a little cumbersome. I ended up with a good solution however with SumatraPDF, described here. TeXnicCenter seems to be quite well configurable.

Emacs: I shall not write about that (it may well be the best, but the installation and learning will take some time). Also I might point out that the current TeX distribution that comes with Cygwin seems to be broken.

Scite: This is a general purpose editor (for lots of different (programming) languages) that seems to be quite nice. I didn't however go all the way to set it up for LaTeX use. It seems plausible that it can be set up to behave similarly to TeXwork. Then it will have lots more editing features (regular epressions etc.) but not any built-in LaTeX knowledge

WinShell: This one actually resolves some of the inconveniences of other top editors on this list, while maintaining many similarly useful tools. It is able to use variable spaced font(as opposed to TeXnicCenter) and change background color(as opposed to TexMaker), and contains the navigation/project panel that help you get around a big document.

Vim: Yes I tol'd a lie, I didn't try them all

link|improve this answer
1  
I've used vim quite extensively with LaTeX - it works OK and has syntax highlighting but it doesn't really do much to help. – ConcernedOfTunbridgeWells Jan 22 '10 at 10:19
2  
TeXnicCenter still doesn’t know Unicode – for me, that’s a dealbreaker. Let’s hope version 2 will be out soon. – Konrad Rudolph Apr 5 '10 at 14:28
show 3 more comments
feedback

I use TeXNic Center and it is quite good. No complaints.

Scientific Workplace is good too but its a commercial product so I prefer the free one.

link|improve this answer
3  
TeXnicCenter seems to have moved to texniccenter.org . – David Moles Jun 12 '09 at 9:12
3  
The downside of SWP is that is produces very bad code. Apart from that, it completely ignores the whole WYMIWYG philosophy of LaTeX. – Martijn Jun 22 '09 at 14:18
4  
TeXNic Center does not support unicode. Its alpha does, but it is rather unstable in other ways. – jkff Apr 10 '10 at 9:50
show 3 more comments
feedback

You ask like there was a choice other than Emacs. Weird.

link|improve this answer
82  
For most people it is Emacs which is weird. – quant_dev Jul 4 '09 at 16:15
1  
+1 nice! emacs isn't too great on windows though... unless you point me to a good binary version. – Mica Sep 3 '09 at 16:28
4  
People that are born with Windows, will find Emacs is a hard to use editor. – Selinap Sep 8 '09 at 14:31
4  
I used Emacs before using windows. I tried to use Emacs on Windows but it was too much of an impedance mismatch. Basic features like spell checking and printing were a nightmare to configure. – John D. Cook Oct 6 '09 at 14:04
1  
I grew up on WinEdt, and I'm now using Emacs on my Linux machine, and its painful to not have the syntax checking and keyboard shortcuts to compile and view. In Windows, I don't think WinEdt can be beat. – Eric Wilson Jan 30 '10 at 21:22
show 3 more comments
feedback

I really like LEd for its layout, where you have your code on one side and the resulting PDF on the other, with the ability of clicking directly in the PDF and get the cursor at the corresponding position in the code (and vice-versa).

link|improve this answer
3  
LEd has code completion (similar to Visual Studio's IntelliSense) which is great if you are still learning *tex and are not yet familiar with all the commands. – elwyn Oct 8 '10 at 2:45
show 1 more comment
feedback

I use WinEdt. It has helpful toolbar which contains many symbols as well. What is useful for me is one button configurable compilation and viewing feature. Also text coloring makes work more convenient.

link|improve this answer
show 1 more comment
feedback

I've had decent experience with LyX, but it has some quirks.

link|improve this answer
show 6 more comments
feedback

Texmaker has served me well before

link|improve this answer
show 2 more comments
feedback

If you use Eclipse for your programming, you might want to take a look at Texlipse. Works well for me.

link|improve this answer
1  
Yeah, Texlipse is great, with its templates, auto-completion (even for Bibtex entries), etc. – Fabian Steeg Jan 20 '09 at 9:59
7  
No, really? Wow. Eclipse. LaTeX. I think I need to take a break for a few minutes... – Lucas Jones Sep 26 '09 at 9:51
feedback

Inlage has a very nice autocompletion and supports the tablet features of Windows 7.

alt text

link|improve this answer
show 2 more comments
feedback

Although others have joked about it, the AucTeX mode in emacs really is one of the most powerful TeX editors around. preview-latex is something of a revelation.

link|improve this answer
feedback

You can't beat TeXWorks (cross-platform but inspired by TeXShop for Mac) for simplicity and convenience; has the usual amenities including a built-in PDF viewer; supports synctex (with modern TeX distributions) so you can jump back and forth between arbitrary locations in source and PDF output.

link|improve this answer
show 1 more comment
feedback

BaKoMa TeX is the only editor that gives you a true realtime view of the output. On one side you have the source and on the other the compiled LaTeX document, so it is not just a preview but actually the real thing. Any change to the source will immedently be visible in the preview (even if the there are errors, e.g. if the math environment has not been closed yet). You can also edit in the preview, the cursors in the source and the preview are synchronized. For me this is a killer feature and I would never go back to an editor without these realtime capabilities. It also works with nearly all LaTeX packages and the LaTeX system itself is excellent as well.

It runs under Windows, and there are now also versions for Mac and Linux.

Unfortunately it is not free, but for me the licensing cost is well worth it. I have really become a fan and always wonder why not more people use it.

link|improve this answer
1  
BaKoMa TeX is awesome!! I would not think that previewing would be so fast. Previewing is instantly refreshed as you type and it is really fluid on my Core 2 Duo, using a medium complexity latex file (using datatools .CSV parser). – David Nov 17 '10 at 7:02
1  
It sounds interesting, but the website and the installer are an abomination. ;) – hheimbuerger Dec 14 '10 at 12:35
show 1 more comment
feedback

LED, Emacs, Vim, BaKoMa TeX and Kile would get my vote. Personally I use the text editor that ships with BaKoMa, I find the visual product OK but you will find yourself jumping in and out of the visual tool and its text source often if you are doing anything half complex.

link|improve this answer
feedback

I'm fairly new into the whole LaTeX business, but I have had some good experiences with WinShell, although I'm not quite happy with the code-coloring in the program. It isn't capable of distinguishing anything inside $'s (math-mode or display-mode), and therefore when I type out long equations things can get a bit confusing to look at. I just now switched to TeXnicCenter after looking at what is (currently) the top post, and I must say--I'm quite impressed. I was also giving WinEdt a try, but it doesn't really look to be worth even the 30 dollars that I would have to pay (I'm a student).

I used LyX last semester before I figured out any of the LaTeX business, but I'm not quite sure if I'd really recommend it--it is fine for the casual user, but if you are doing any serious mathematical-typesetting, you are going to want the full power of editors like TeXnicCenter... Maybe some day I will be worthy of giving Vim a try (it has been recommended to me all over the place), but it is still completely unintelligible as of yet

link|improve this answer
feedback

I recommend Led for novice users and vim for more advanced.

link|improve this answer
feedback

I found a greate free tool called LaTeXPiX that presents you with a canvas and drawing tools that allow you to design figures. You can preview the figures in PDF and then output to LaTeX code when you are done.

link|improve this answer
feedback

If you use windows, WinEDT is probably the only way to go and well worth the registration price (it is not freeware, unlike TeXShop for the mac).

A great advantage of WinEDT is its support for multiple files. I wish TeXShop had it.

link|improve this answer
feedback

If you are an programmer and familiar with Eclipse environment, I suggest Texplipse because it is so nice and flexible. For instance, you can define auto-completions or auto-corrections. Furthermore, you can control all your documents easily. By using an SVN or CVS repository, more than one person can work on a single Tex file at the same time.

Suggest all to use.

Kind Regards,

FY

link|improve this answer
show 1 more comment
feedback

gVim and batch files for automation.

link|improve this answer
feedback

Gummi is the best LaTeX editor. It is free and open source, featuring a live preview pane.

There's no Windows version available right now, though. But they do have announced one.

http://gummi.midnightcoding.org/

e4

link|improve this answer
show 4 more comments
feedback

No-one seems to bring up TeXmacs, so I will.

link|improve this answer
feedback

I used Texmaker and LEd throughout my academic life. Texmaker is very managable and cross platform.

link|improve this answer
feedback

WinShell is pretty good. It's free. The developer is always making it better and responds to the questions in the forum pretty quickly. I have been using it for 2 years now. You can compile and view the pdf. When there is an error, it takes you the error number.

link|improve this answer
feedback

Kile for Linux, TeXShop for Mac, LatexEditor (LEd) and WinEdit for Windows. If you need unicode in Windows, then TeXMaker is a good choice. TexWorks seems promising but has a long way to go. I LOVE Kile, but the windows installation is not that straight forward. So I use LEd in windows, but its problem is that it is not opensource and the developers seem to have planned to make some money out of it at some point and when they did not, they stopped developing it.

link|improve this answer
feedback

Come on people, you can't mention (La)TeX editors without bringing up emacs!

link|improve this answer
feedback

Before I knew better I wrote a quite large document using Notepad. Now I use Scite for all my editing, including LaTeX. It has color coding and makes it possible to compile from within the tool, but no fancy toolbars I'm afraid.

link|improve this answer
feedback

I always liked LaTexEditor (now known as MeWa) for it's simplicity: http://www.meshwalk.com/latexeditor/

link|improve this answer
feedback

I used to work with LEd and it was fine. If you're using LaTeX a lot, you won't need those fancy preview options, but you will definitely need a lot of good shortcuts, and as many in-editor macros as possible. See, the problem with LEd was that I used an extreme lot of in-source macros like 'R' for 'mathbb(R)', and after the hundredth macro, no one but me could understand the source, which is definitely not that good. Now I began to use Vim, and it's wicked sick, but I still have to get used to it, and yes, it's not that comfortable for the beginner. But remember: when you first used LaTex, it wasn't comfortable either, now you're addicted to it. Or at least I hope so.

I'm with bkarak. :)

link|improve this answer
feedback

I like to use vim from DOS. I have a batch file for pdflatex.exe in my path. It's not really a frontend, but LaTeX is easy to pick-up. WinEdt, TechnicCenter and a configured TextPad aren't bad, either.

link|improve this answer
feedback

Depends what other source code you write and under which environments.

I use emacs because it has a mode for editing/running R scripts and I work on Windows and Linux. Emacs looks the same on whatever platform (In the past I have used it on Burroughs mainframes, Prime minicomputers, Sun workstations, Macs and DOS. You don't think OS's will change much in the future?)

If you are writing books then AUCTeX is brilliant. Keeps track of multiple subject, author indices, as well as the figure and table indices with support from the necessary LaTeX packages.

link|improve this answer
feedback
1 2

Not the answer you're looking for? Browse other questions tagged or ask your own question.