Generalmakeindex conflict for citationindex and nomenclature index

General information and discussion about TeXnicCenter
Post Reply
biogadfly
Posts: 1
Joined: Thu Mar 13, 2008 7:33 am

makeindex conflict for citationindex and nomenclature index

Post by biogadfly »

Dear Users,
for compiling my thesis citation index, I pass the following command to MakeIndex:

Code: Select all

"%bm".idx
Today I added an abbreviations (nomencl) index to the front matter, passing the following to MakeIndex:

Code: Select all

"%bm".nlo -s nomencl.ist -o "%bm".nls
Subsequently, although my citation index remained in the DVI (as the .idx etc is unchanged), it does not repopulate (0 accepted), therefore will not contain any new changes to my referencing.

Both work fine independently (compiling their respective lists), but what do I pass to get both to work?

I guess the MakeIndex.exe runs just once, per compilation.

Cheers.

FYI: Using MiKTex, TeXnicCenter, Memior class, Natbib referencing.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply