Document Classes ⇒ Nomenclature in table of contents?
Nomenclature in table of contents?
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?
welcome to the board!
Use the option intoc of the nomencl package:
Code: Select all
\usepackage[intoc]{nomencl}
Re: Nomenclature in table of contents?
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: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Nomenclature in table of contents?
Nomenclature in table of contents?
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 648 times