Document ClassesNomenclature

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
raj
Posts: 1
Joined: Fri Oct 24, 2008 1:54 pm

Nomenclature

Post by raj »

Hi

I am writing my thesis in Latex using WinEdt v.5.4. I want to make nomenclature. I have inlcuded nomencl package and makenomenclature in my style file. I have also included \printnomenclature in my text. My project file is running without error, but it is not printing the nomenclature that I included in my text. I have checked the out put files and only .nlo is created, but nls is not created. I guess, makeindex is not working. It will be of great help if someone tell me how to fix the problem.

Many thanks,
Raj

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Nomenclature

Post by kaiserkarl13 »

How are you running makeindex?

You need a command like

Code: Select all

makeindex $file.nlo -s nomencl.ist -o $file.nls
Post Reply