vote up 14 vote down star
11

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

flag
Off topic: but I would highly recommend the LaTeX companion for a reference book. It is the book with the St Bernard on the cover. – vfilby Nov 6 '08 at 20:32
Should this be community wiki? – skaffman Jul 7 at 20:05

27 Answers

vote up 14 vote down

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|flag
Is 'Scientific Workplace' the successor of 'Scientific Word'? – vfilby Nov 6 '08 at 20:37
Same makers but they list both as two separate products on the site...they are both LaTeX typesetters but Scientific Workplace does some algebra too. – Vincent Ramdhanie Nov 6 '08 at 20:42
TeXnicCenter is the best. – Selinap Mar 7 at 16:43
3  
TeXnicCenter seems to have moved to texniccenter.org . – David Moles Jun 12 at 9:12
1  
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 at 14:18
vote up 12 vote down

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

link|flag
12  
For most people is is Emacs which is weird. – quant_dev Jul 4 at 16:15
+1 nice! emacs isn't too great on windows though... unless you point me to a good binary version. – Mica Sep 3 at 16:28
1  
People that are born with Windows, will find Emacs is a hard to use editor. – Selinap Sep 8 at 14:31
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 at 14:04
vote up 8 vote down

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|flag
vote up 7 vote down

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|flag
vote up 7 vote down

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

link|flag
Yeah, Texlipse is great, with its templates, auto-completion (even for Bibtex entries), etc. – Fabian Steeg Jan 20 at 9:59
No, really? Wow. Eclipse. LaTeX. I think I need to take a break for a few minutes... – Lucas Jones Sep 26 at 9:51
vote up 6 vote down

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|flag
vote up 5 vote down

Texmaker has served me well before

link|flag
vote up 4 vote down

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

link|flag
I'll +1 that action. Although I tend to mainly use *nix based systems with LaTex. – vfilby Nov 6 '08 at 20:31
Well, it does work fine in those systems as well, but there are a ton of other tools. I'm just annoyed that the OS X version didn't give me an IEEE template. – Dana the Sane Nov 6 '08 at 20:33
:) Call me crazy but I am one of these text editor/makefile LaTeX users. – vfilby Nov 6 '08 at 20:35
It's on my todo list to learn to do it that way. – Dana the Sane Nov 6 '08 at 22:59
vote up 3 vote down

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|flag
I fluctuate between texniccenter and texworks on my windows box at work. emacs on *nix and textmate on os x. texworks is quite nice for being so early on in the development cycle. It just works out of the box, the built in synctex is quite nice. I used texworks for a while because sumatra pdf, the only on that supports synctex on windows as far as i know, was broken & i find synctex invaluable. – Mica Sep 4 at 0:48
vote up 1 vote down

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|flag
vote up 1 vote down

BaKoMa TeX is the only editor that gives you a true realtime preview. 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.

Unfortunately it is not free and only available on Windows (but I heard it also runs under Wine on Linux). For me the licensing cost is well worth it. Sorry if this sounds like advertising, but I have really become a fan and always wonder why not more people use it.

link|flag
vote up 1 vote down

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|flag
vote up 1 vote down

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|flag
vote up 1 vote down

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|flag
This, plus MiTeX or whatever it's called. That's what I use for LaTeX. – Thomas Owens Jul 7 at 20:06
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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|flag
vote up 0 vote down

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|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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|flag
vote up 0 vote down

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|flag
vote up 0 vote down

See here for all your "what is the best editor to do $blah" needs.

link|flag
vote up 0 vote down

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|flag
vote up 0 vote down

I would recommend TeXnic Center. I used before LED but I realizes it has some bugs. Then, I tried TexMaker which is quite ok, but when it comes to citation then you have to open back the .bib file to copy paste the label and referencing of equations in different section, then you should copy paste as well from the file.

TeXnic has a good navigator toolbar that all the entries of .bib are available, you don't need to save your file, and the toolbar also provide a list of all equations in your document.

may be the only drawbac of TeXnic is it does not have template for bibtex. But this is not a big issue, because it is very easy to learn and master.

M

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

It seems nobody has an answer and realistic comparison. How many of us has time to write down the code for the sake of getting good type setting? Lyx worked well with me. Texnikcenter and winshell will have their advovates. But what I use is LyTex, downloaded from google-code. Have a look.

link|flag

Your Answer

Get an OpenID
or

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