Document Classes ⇒ Nomenclature in table of contents?
Nomenclature in table of contents?
I want my nomenclature to be listed in my table of contents. When I type \printnomenclature somewhere it remains under the previous chapter and is not mentioned in the toc. How can I do that?
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Nomenclature in table of contents?
Hi bulbanos,
welcome to the board!
Use the option intoc of the nomencl package:
Stefan
welcome to the board!
Use the option intoc of the nomencl package:
Code: Select all
\usepackage[intoc]{nomencl}
LaTeX.org admin
Re: Nomenclature in table of contents?
thanks!
Could you tell me how to adjust the space between the acronyms and the explanations so that all explanations are neatly ordered right above eachother?
Could you tell me how to adjust the space between the acronyms and the explanations so that all explanations are neatly ordered right above eachother?
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Nomenclature in table of contents?
LaTeX.org admin
Nomenclature in table of contents?
thanks
I still have a problem however. I'll try to explain. I have my main .tex file attached because it's quite large.
As you can see I have used
and then lower into the file I have placed the
where I want it to be.
It prints correctly in the output file but the Bookmarks of Acrobat are messed up starting from the section after the nomenclature (abstract and toc).
If I click on 'Inhoudsopgave' or 'Extended abstract' it keeps linking to the nomenclature but starting from 'Inleiding' everything is going well. Can anyone help me?
I still have a problem however. I'll try to explain. I have my main .tex file attached because it's quite large.
As you can see I have used
Code: Select all
\usepackage[intoc]{nomencl}
Code: Select all
\printnomenclature[2.5cm]
It prints correctly in the output file but the Bookmarks of Acrobat are messed up starting from the section after the nomenclature (abstract and toc).

If I click on 'Inhoudsopgave' or 'Extended abstract' it keeps linking to the nomenclature but starting from 'Inleiding' everything is going well. Can anyone help me?
- Attachments
-
- scriptie.tex
- (5.68 KiB) Downloaded 651 times