First post in several weeks; term has hit. But in the midst of the hustle and bustle of the start of the semester, I’ve discovered a gemstone within the mathematical software world that was too good not to share: TeXStudio.
I discovered it while preparing for the “LaTeX Tricks” seminar this week, which I am organizing as part of the UC Berkeley Toolbox Seminar. (The seminar is looking to be quite exciting if you’re in the area - we will have a variety of speakers give 10-minute talks on their favorite LaTeX tool or package. It will be this Wednesday from 2:30-4PM in room 891 Evans Hall.)
Since I will be giving the introductory talk, I was looking around at LaTeX front-ends today to see which ones to recommend. My first conclusion was that Wikipedia is awesome. They have a nice comparison chart of TeX editors here:
http://en.wikipedia.org/wiki/Comparison_of_TeX_editors
I then went through and tried out a few of the more “green” editors on that chart. A long-time Gedit user myself, I first tried the LaTeX Gedit plugin. It looked nice, but after about 10 minutes it mysteriously stopped working. It turns out it isn’t compatible with the new version of Gedit, and you can’t go back to the old version of Gedit sicne it doesn’t run on the new version of Ubuntu (12.04). Sigh.
So I tried a few of the others. One was LyX, which has a nice GUI that automatically renders your math mode code inline. But I find it to be slower to type in, since there are odd cursor placings after the automatic rendering. (Perhaps one just needs to get used to it.) Other highly-rated editors on the comparison chart were AUCTEX, a plugin for Emacs, and TeXlipse, a plugin for Eclipse. However, I haven’t yet gotten past the Emacs learning curve, and I don’t need the full power of Eclipse.
Finally, I tried out TeXStudio. It’s great! It has:
\begin{it
… and it will ask you if you want a \begin{itemize}...\end{itemize}
block with an \item
command in the middle. Yes, I do, thanks.\item
lines.It has a collapsible toolbar on the left that can display a number of things, the most important being an outline of your entire document by sections and subsections. You can click on the outline to jump to a section of your document.
A nice pdf previewer that you can search, and you can jump to that point in your code by clicking on the pdf! A wonderful feature.
Helpful menus for things like Asymptote, PStricks, TikZ, and all the really weird symbols that you always forget the commands for, like $\wp$ (\wp
).
Here is a screenshot that demonstrates many of the above features:
Well, I’m sold. I will be switching to TeXStudio.