Seweryn Kokot <[EMAIL PROTECTED]> writes:
> Hello,
>
> Today I upgraded Debian sid and I found that nomenclature package has
> changed some things. Namely to create a nomenclature list I need to
> issue the following command:
> makeindex filename.nlo -s nomencl.ist -o filename.nls
>
> I know that I can do it typing C-c C-c and selecting "Other", since
> "Index" doesn't work in this case. But how can I add another command to
> the option list. For example "Nomenclature" which executes the above
> unix command?
>
> Regards,
> Seweryn Kokot
I found the answer. Into .emacs file, I added the following
(eval-after-load "tex"
'(add-to-list 'TeX-command-list
'("Nomenclature" "makeindex %s.nlo -s
nomencl.ist -o %s.nls"
TeX-run-command nil t :help
"Create nomenclature file")))
regards,
SK
_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex