Theses, Books, Title pages ⇒ make nomenclature (nomencl)
make nomenclature (nomencl)
Hi, i'm using this template and i would like to use the following functions:
\usepackage{nomencl}
\makenomenclature
\printnomenclature
but it is not working :-/ it does not print. I add in the .cls file but no effect...
The 'nomenclature' is working cause i did other simple document and works perfectly. Just in this template it is not performing...
Thanks for your attention
\usepackage{nomencl}
\makenomenclature
\printnomenclature
but it is not working :-/ it does not print. I add in the .cls file but no effect...
The 'nomenclature' is working cause i did other simple document and works perfectly. Just in this template it is not performing...
Thanks for your attention
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: make nomenclature (nomencl)
Welcome, you did not mention which template you are using 
Please don't change cls-files.

Please don't change cls-files.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
make nomenclature (nomencl)
Welcome to the forum!
You need to run the external
nomencl manual. However, I would use the modern and very capable
glossaries package instead.
Stefan
You need to run the external
makeindex
tool. Did you do that? Have a look at the 

Stefan
LaTeX.org admin
Re: make nomenclature (nomencl)
Hi,
I'm using this template: http://www.latextemplates.com/template/ ... ral-thesis
And i'm using an external makeindex tool - (arara also).
The point is that if use a simple document the nomenclature works fine. It is just not working in the template. I tried in the main file (.tex) and also in the .cls
Thanks for your attention and replies
Regards
I'm using this template: http://www.latextemplates.com/template/ ... ral-thesis
And i'm using an external makeindex tool - (arara also).
The point is that if use a simple document the nomenclature works fine. It is just not working in the template. I tried in the main file (.tex) and also in the .cls
Thanks for your attention and replies

Regards
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: make nomenclature (nomencl)
Would you be abble to post such a failing document based on the template?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: make nomenclature (nomencl)
In addition, you could post our .log file and the .nlg file here, which are the log files for LaTeX and nomencl.
Stefan
Stefan
LaTeX.org admin
Re: make nomenclature (nomencl)
Hi Johannes and Stefan,
thanks for your F.B.
I've uploaded two .zips.
One contain an example that is working and the other does not.
I think that could be just a very small detail (missing configuration) or mistake that i'm doing.
Thanks!
Greetings!
thanks for your F.B.
I've uploaded two .zips.
One contain an example that is working and the other does not.
I think that could be just a very small detail (missing configuration) or mistake that i'm doing.
Thanks!
Greetings!
- Attachments
-
- working.zip
- (6.78 KiB) Downloaded 380 times
-
- not_working.zip
- (155.58 KiB) Downloaded 275 times
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: make nomenclature (nomencl)
I just downloaded your exmple, unzipped it and tested it. It said that file main.nls was missing, which is a sign that the external tool makeindex wasn't called. I have done so as described in the package manual, and the nomenclature is created just fine. A nice example of a nomenclature by the way 

The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.