Document ClassesNomenclature in table of contents?

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
bulbanos
Posts: 13
Joined: Fri Apr 24, 2009 10:25 pm

Nomenclature in table of contents?

Post by bulbanos »

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?

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

Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Nomenclature in table of contents?

Post by Stefan Kottwitz »

Hi bulbanos,

welcome to the board!
Use the option intoc of the nomencl package:

Code: Select all

\usepackage[intoc]{nomencl}
Stefan
LaTeX.org admin
bulbanos
Posts: 13
Joined: Fri Apr 24, 2009 10:25 pm

Re: Nomenclature in table of contents?

Post by bulbanos »

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

Nomenclature in table of contents?

Post by Stefan Kottwitz »

Hi,

have a look here: nomencl documentation. There you can read about ways of customization.

Stefan
LaTeX.org admin
bulbanos
Posts: 13
Joined: Fri Apr 24, 2009 10:25 pm

Nomenclature in table of contents?

Post by bulbanos »

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

Code: Select all

\usepackage[intoc]{nomencl}	
and then lower into the file I have placed the

Code: Select all

\printnomenclature[2.5cm]
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). Image
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 648 times
Post Reply