I want to write my final thesis using LaTeX, what should I do in order to be able to do that through Eclipse on a Mac OS X? If any another good editor exists, feel free to write your opinion on why using this instead of something else.
|
|
MacTeX is your friend! This contains the latest TeXLive distribution. Personally, I edit using Aquamacs with AUCTeX and friends enabled. |
|||||||||||||
|
|
There are more integrated environments for editing Latex documents, but I'm happy with a good general-purpose text editor + a good PDF viewer + some scripts. One nice thing is that I don't need to learn that many different tools; I can use the same text editor for Latex files, programming, etc. TextMate is fairly popular text editor for Mac OS X. It has a decent support for Latex, and it's easy to customise (e.g., you can define a keyboard shortcut that invokes a shell script that compiles your Latex document). Preview (part of Mac OS X) is a good tool for previewing PDF files that you produce with pdflatex. My typical workflow:
In any case, download and install MacTex first to get started, as suggested in other answers. Among others, it'll provide all command-line tools such as "pdflatex" that you will need. |
|||||
|
|
I use MacVim for all my editing purposes, and naturally also for LaTeX. Together with the Vim-LaTeX plugin, it’s very powerful. But of course it’s Vim and that’s not to everybody’s liking, and furthermore setting the Vim-LaTeX plugin up correctly is a bit of a hassle, in particular since the plugin by default maps a lot of keys to custom commands. On the one hand this is helpful for writing said commands, on the other hand it’s very annying when you actually want to use those commands. For example, by default you cannot easily write a quote mark ( |
|||
|
|
|
If you like Eclipse, you can get the TeXlipse package, which adds LaTeX handling features to the IDE including:
I'd vote for a more lightweight text editor like Vim or Emacs, (Or their Mac-ified GUI equivalents listed above), or TextMate (Although I've never found the charm it seems to hold for others). But, lightweight vs. sumo is a matter of personal preference (And the size of your RAM). Once again, MacTeX is the package you want to install LaTeX. After that, the editor you use is a matter of personal preference. |
|||
|
|
|
For those who use Mac OS X because it is Unix and integrates well with other unixes, fink provides a set of texlive packages. Just install fink, then use
at the command line. I believe MacPorts also provides a set of TeX packages. |
|||
|
|