Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I would like to create a new tool for the Gedit LaTeX Plugin, but I run into two problems.

First, I cannot select "New" from Edit / Preferences / Plugins / LaTeX Plugin 0.2 / Configure Plugin / Tools. I tried first the version in the Ubuntu repositories and then the version on Sourceforge, but both don't allow to create a new tool: the button is there, but if I click on it, nothing happens.

Second, if I edit one of the existing tools, I really don't have an idea on how to change the relevant commands. I tried with: Code:

latex
bibtex
latex
pdflatex
evince

but it obviously doesn't work. Can you advise me on that? Thank you in advance!

share|improve this question
What type of plugin do you want to create? In much cases Kile is already a good Integrated LaTeX Environment on Linux/Ubuntu (I guess you use gedit on Linux). I never had problems I couldn't solve with Kile. – CommuSoft Jan 18 '11 at 17:13
Basically I need a one-click button to execute the following sequence: latex bibtex latex pdflatex evince. Kile is good, but I would prefer to use Gedit because of its cleaner interface, better spelling check utility, and Gnome compatibility. – looreenzoo Feb 6 '11 at 12:00
1  
I think this question is better suited for SO since it's about Gedit plugins, not LaTeX. – Philipp Apr 19 '11 at 18:38

migrated from tex.stackexchange.com May 19 '11 at 10:10

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.