Hello,

I have this in a Makefile to create pdf output with nomencl, maybe it
works for you:

meth.pdf:
        lyx -e latex meth.lyx
        latex meth.tex
        makeindex meth.glo -s nomencl.ist -o meth.gls
        lyx -e pdf2 meth.lyx


Andres Becerra.

On Wed, 18 Jun 2003, Thomas CLive Richards wrote:

> >
> > You should take a look to the latex package nomencl. It automatizes
> > the glosary creation.
> >
> I have had a look at this, and have followed the readme instructions to
> the letter. Now, when i go to "view-> PDF", i don't get any errors, but
> nothing happens! where's my glossary? i put an ERT in the end of the
> document with "\printglossary", and I've done everything else....
> weird..
>
> Also, i run debian, and i can't seem to find a package for the nomencl
> latex add-on. I assume it's already installed, otherwise I'd get errors,
> right?
>
>
> --
>
> Thomi Richards,
> [EMAIL PROTECTED]
>

Reply via email to