[Tex/LaTex] start using LaTeX on Ubuntu. Where do I start

editorsinstallinglinuxUbuntu

There are many different kind of options that you can do in order to start using LaTeX on Ubuntu. I would prefer doing that through Eclipse, but if there is a better way of doing it, feel free to write your opinion on why using this instead of something else.

Best Answer

Eclipse strikes me as an odd choice of an IDE to use for LaTeX, but I guess it should work, since the steps in producing a LaTeX-generated document are quite similar to those involved in producing a computer program.

The first step is obviously to make sure you have Eclipse and LaTeX themselves installed. Then, if you haven't already done so, you should definitely install the TeXlipse plugin or some equivalent, which provides syntax highlighting and autocompletion, among other things. (Without it, Eclipse would be nothing more than a glorified text editor and in that case you'd be better off just using a plain text editor.) The TeXlipse user manual provides a good description, including screenshots, which I would recommend you follow to the letter, as all the enabled features will most likely be useful to you. Once you've got the plugin installed and configured, just open a project and try compiling it to make sure it works and to get a sense of how the process works.

Eclipse is, of course, not the only IDE you can use for LaTeX; there are specialized LaTeX editors available. My favorite happens to be Kile, which also provides syntax highlighting and autocompletion, as well as a LaTeX symbol list and graphical build commands that are designed specifically for the LaTeX toolchain. It is based on KDE, so if you are using the default graphical environment for Ubuntu (Gnome) you may have to install some - okay, a lot of - extra packages to use Kile, and it's your choice whether that's worth it or not.