vote up 1 vote down star
1

What LaTex editor do you suggest? Could you please give me some links?

flag

60% accept rate
Sounds like an Editor war question (en.wikipedia.org/wiki/Editor_war) ^_^ – Blackethylene Aug 5 at 18:52
Duplicate of stackoverflow.com/questions/1017055/… and probably others... – dmckee Aug 5 at 18:52

6 Answers

vote up 0 vote down

When I started to use Latex, I used Eclipse with the texlipse plugin. That allowed me to use the same environment in Linux and Windows, has some auto completion features and runs all tools (latex, bibtex, makeindex, ...) automatically to fully build the project.

But now I switched. Eclipse is large and slow on my PCs, crashes often and shows some weird behaviour here and there. Now I use vim for editing and make in collaboration with a self written perl script to build my projects. Using cygwin I am still able to use the same work flows under Linux and Windows.

link|flag
vote up 0 vote down

I normally use Emacs (it has everything you need included).

Of course, there are other options available:

  • Kile is KDE's LaTeX editor; it's excellent if you're just learning or if you prefer the integrated environment approach;
  • Lyx is a WYSIWYG editor that uses LaTeX as a backend; i.e. you tell it what the text should look like and it generates the corresponding LaTeX

Cheers.

link|flag
Anyone have recent experiences with LyX? Back when I tried, it felt really awkward to the point that I'd rather work with the LaTeX source. I don't know if it was poorly implemented or I just have a fundamental aversion to WYSIWYG LaTeX. – Joel Wietelmann Aug 5 at 19:04
vote up 0 vote down

There is a pretty good list at linuxappfinder.com.

My personal preference for LaTeX on Linux has been the KDE-based editor Kile.

link|flag
vote up 3 vote down

I use TeXMaker. If you're using Ubuntu, it should be in the apt-get repository (sudo apt-get install texmaker).

link|flag
vote up 2 vote down

Honestly, I've always been happy with emacs. Then again, I started out using emacs, so I've now doubt that it colours my perceptions. Still, it gives syntax highlighting and formatting, and can easily be configured to build the LaTeX. Check out the TeX mode.

link|flag
1  
Hmmm... auctex > tex-mode – dmckee Aug 5 at 19:03
True. I shoulda said. – Blair Conrad Aug 5 at 20:38
vote up 0 vote down

In Linux it's more likely that extensions to existing editors will be more mature than entirely new ones. Thus, the two stalwarts (vi and emacs) are likely to have packages available.

EDIT: Indeed, here's the vi one:

http://vim-latex.sourceforge.net/

... and here's the emacs one:

http://www.gnu.org/software/auctex/

I have to say, I'm a vi man, but the emacs package looks rather spiffy: it includes the ability to embed preview images of formulas in your emacs buffer.

link|flag

Your Answer

Get an OpenID
or

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