auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX] Re: TeX-command-master makeindex for makenomenclature


From: Seweryn Kokot
Subject: [AUCTeX] Re: TeX-command-master makeindex for makenomenclature
Date: Thu, 19 Apr 2007 11:21:09 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux)

Seweryn Kokot <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]