TeXlipse is a plugin that adds Latex support to the Eclipse IDE.

learn more… | top users | synonyms

4
votes
1answer
1k views

Using glossaries in Texlipse

Is there a way of adding a glossary using the glossaries package in Texlipse? %%% GLOSSARIES \usepackage[xindy]{glossaries} \makeglossaries \begin{document} ...
6
votes
2answers
683 views

Avoid warnings in TeXlipse

I'm using TeXlipse, an Eclipse plugin, to create my TeX documents. To structure my files I use \input{filename}. Now the problem is, that every file is one section or subsection. TeXlipse shows me a ...