Theses, Books, Title pagesmake nomenclature (nomencl)

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
emivb
Posts: 3
Joined: Wed Feb 03, 2016 2:30 pm

make nomenclature (nomencl)

Post by emivb »

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

Recommended reading 2024:

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

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

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: make nomenclature (nomencl)

Post by Johannes_B »

Welcome, you did not mention which template you are using ;-)

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.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

make nomenclature (nomencl)

Post by Stefan Kottwitz »

Welcome to the forum!

You need to run the external makeindex tool. Did you do that? Have a look at the nomencl manual. However, I would use the modern and very capable glossaries package instead.

Stefan
LaTeX.org admin
emivb
Posts: 3
Joined: Wed Feb 03, 2016 2:30 pm

Re: make nomenclature (nomencl)

Post by emivb »

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
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: make nomenclature (nomencl)

Post by Johannes_B »

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.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Re: make nomenclature (nomencl)

Post by Stefan Kottwitz »

In addition, you could post our .log file and the .nlg file here, which are the log files for LaTeX and nomencl.

Stefan
LaTeX.org admin
emivb
Posts: 3
Joined: Wed Feb 03, 2016 2:30 pm

Re: make nomenclature (nomencl)

Post by emivb »

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!
Attachments
working.zip
(6.78 KiB) Downloaded 380 times
not_working.zip
(155.58 KiB) Downloaded 275 times
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: make nomenclature (nomencl)

Post by Johannes_B »

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.
Post Reply