Comment 0 for bug 214910

Revision history for this message
Paul Natsuo Kishimoto (khaeru) wrote : rubber does not process .nlo files geneated by nomencl

Binary package hint: rubber

I am using the Gedit LaTeX plugin (http://live.gnome.org/Gedit/LaTeXPlugin) to compile a document using the "nomencl" package provided by texlive-latex-extra. The default plugin command for producing a is:

rubber -f -s --inplace -d "%f"

where %f is the name of the .tex file being compiled. No nomenclature would appears in the document unless type the following in a terminal:

makeindex mydocument.nlo -s nomencl.ist -o mydocument.nls

... and then re-run rubber. It would be nice (wishlist!) if this was handled automatically.

See: http://ubuntuforums.org/showthread.php?t=700431