Hi Andrea and others!

Right now I'm using Vim with vimtex plugin, so I leave glossary to latexmk script.
I'll quote one of my previous emails:

>In my TeXstudio setup I use separate >command for glossary creation.
>To do so, go to Options-> Configure >TeXstudio -> Commands.
>Change Makeindex command to:
>makeindex %.nlo  -s nomencl.ist -o %.nls
>Click Ok and go to Tools -> Commands -> >Makeindex.



Best regards,
Andrey

пт, 11 дек. 2020 г., 21:46 Phyllis Smith via Cin <cin@lists.cinelerra-gg.org>:
Georgy,

I just tried to translate the manual from command line:

pdflatex CinelerraGG_Manual
pdflatex CinelerraGG_Manual
pdflatex CinelerraGG_Manual
makeindex -s nomencl -o CinelerraGG_Manual.nls CinelerraGG_Manual.nlo
pdflatex CinelerraGG_Manual

It simply works and places Glossary before the list of tables/figures. No
problem at all when run from command line.

I added an index (with just a couple of entries until more can be added).  So this takes 2 more lines.  I just use the simple command lines in a shell:
#!/bin/bash
pdflatex CinelerraGG_Manual.tex
makeindex -s nomencl.ist -o CinelerraGG_Manual.nls CinelerraGG_Manual.nlo
pdflatex CinelerraGG_Manual.tex
makeindex CinelerraGG_Manual.idx
pdflatex CinelerraGG_Manual.tex

--
Cin mailing list
Cin@lists.cinelerra-gg.org
https://lists.cinelerra-gg.org/mailman/listinfo/cin