On Wed, 14 Jan 2004 16:51:15 +0100 (MET)
"Jean-Pierre.Chretien" <[EMAIL PROTECTED]> wrote:

> 
> 
> >>I don't know is there is a way to explain to lyx how to automatically use the 
> >>command sequence: latex -> makeindex -> latex as it is done for the classical 
> >>index.
> 
> A simple wrapper script can handle this.
> An existing one is tex2pdf, but it produces pdf using pdflatex. 
> Producing dvi is simpler.
> 
> -- 
> Jean-Pierre
> 

Finally I solved this as follows:

In the preamble of the document in LyX I typed:

\usepackage{nomencl}
\makeglossary

Then, in the document where I wanted the Nomenclature I typed:

\printglossary

After this I exported the document into LaTeX format. Then, after closing LyX, at 
console I typed:

pdflatex filename.tex <Enter>
pdflatex filename.tex <Enter>

This created the filename.glo file. Then, at console I typed

makeindex filename.glo -s nomencl.ist -o filename.gls <Enter>

This created the glossary file filename.gls. Then, I opened the document in LyX. Then 
I exported the document to pdf format. Nomenclature came perfectly!

Anand

Reply via email to