Hopefully the last RC of the Gedit LaTeX Plugin available
This is probably the last release candidate for the 0.2 release of the LaTeX Plugin for Gedit. There are a lot of bug fixes making life easier for the TeX author

Gedit LaTeX Plugin with embedded PDF preview
LaTeX
- fixed crash in LaTeX validator
- warn instead of crash on
\include{file.tex}(2749624) - implemented user dictionary and improved spell checking configuration (2792874)
- removed duplicates from latex.xml (2869574)
- implemented template support (Save As Template and new from template)
- fixed DVI forward search issue (2884708)
- improved New LaTeX Document dialog (2897797)
- fixed the Choose Master Document dialog (2898996)
- improved the embedded PDF preview (2839668)
BibTeX
- fixed crash in BibTeX parser
- fixed exception in bibliography style preview
Tools
- tool keyboard shortcut may be configured again
- fixed serialize error when saving tools (2892971)
November 27th, 2009 at 18:03
Good news: already in Debian
http://packages.qa.debian.org/g/gedit-latex-plugin/news/20091127T155158Z.html
let’s wait some days to have it in Ubuntu (for Lucid, the next release) as well.
Thanks for your work!
-gaspa-
July 18th, 2010 at 23:10
Your plugin is great, I use it a lot and work very productively with it. Localisation would be a nice feature.
November 8th, 2010 at 15:50
Hi, great job.
Can I suggest something here? When it comes to the “use bibliography” dialog, the list of styles is way too long, its not sorted (it would help a lot) and there is no scrollbar, so I can’t know how long it is. Also, it would be _very_ halpful if I could select my own predefined bibliography style.
Oh, yes, and I can’t change the accelerators.
best
Carlos
November 19th, 2010 at 05:33
I tried to install and use the plugin since it looked like a very useful one. But, it is not working. I tried to figure out what the problem is. But I do not too much about Python, and it looks like there is a problem somewhere in the code. When I try to enable the plugin I get the following error on the console:
2010-11-18 22:25:37,884 DEBUG resources – Initializing resource locating
Traceback (most recent call last):
File “/home/serdar/.gnome2/gedit/plugins/GeditLaTeXPlugin/__init__.py”, line 26, in
from src import *
File “/home/serdar/.gnome2/gedit/plugins/GeditLaTeXPlugin/src/__init__.py”, line 32, in
from base.decorators import GeditWindowDecorator
File “/home/serdar/.gnome2/gedit/plugins/GeditLaTeXPlugin/src/base/__init__.py”, line 1152, in
from ..typecheck.typeclasses import String
File “/home/serdar/.gnome2/gedit/plugins/GeditLaTeXPlugin/src/typecheck/typeclasses.py”, line 25, in
from decimal import Decimal
File “/usr/lib/python2.6/decimal.py”, line 3649, in
val = globals()[globalname]
KeyError: ‘ROUND_CEiLiNG’
** (gedit:3449): WARNING **: Error loading plugin ‘LaTeX Plugin 0.2′
I hope you can find a solution for this. Because I want to use this useful plugin
Thank you…
February 6th, 2011 at 18:18
Thanks for an amazing plugin! I’m in love with the outline feature but would love to control this more, including the ability to recognize user-defined counters. I have a counter for lectures, and a \lecture{heading} command – would love to have Outline list all my lectures, with sections and subsections beneath them.
March 18th, 2011 at 10:11
I love you for this plugin! Makes my day longer! But: am I too dumb or is there no documentation?