Package: gedit-latex-plugin / 3.20.0-1

Metadata

Package Version Patches format
gedit-latex-plugin 3.20.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Templates in systemdir.patch | (download)

latex/preferences/__init__.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 templates-in-systemdir

Using /usr/share/... instead of user data directory for templates file.

0002 Fix retrieval of LaTeX environment paths.patch | (download)

latex/latex/environment.py | 30 8 + 22 - 0 !
1 file changed, 8 insertions(+), 22 deletions(-)

 fix retrieval of latex environment paths.

This closes bug #700373, by using kpsewhich to retrieve environment
paths, and only fall back to (updated) default paths if kpsewhich
is missing.

0003 Do not look into non existing dirs.patch | (download)

latex/latex/environment.py | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 do not look into non existing dirs

This integrates the previous patch. Both should actually be merged
upstream.