Document Classes ⇒ Nomenclature
Nomenclature
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
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
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Nomenclature
You need a command like
Code: Select all
makeindex $file.nlo -s nomencl.ist -o $file.nls