Theses, Books, Title pagesTable of Contents not in the left side Tree View

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Table of Contents not in the left side Tree View

Post by templateuser »

Hi! I cant make the section "Contents" to appear in the three view of my PDF
It jumps from Acknowledgements to List of Figures.

Help would be really appreciated! :)

Rodrigo

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
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Table of Contents not in the left side Tree View

Post by Vel »

Hey Rodrigo,

Open up Thesis.cls and find the following line:

Code: Select all

\btypeout{Table of Contents}
Add in the following line right after it:

Code: Select all

\addtotoc{Contents}
I'm not sure why this isn't in the template, I'll have to update it to include this, thanks for pointing it out!

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply