Theses, Books, Title pagesMinitoc in thesis template

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
kim95
Posts: 3
Joined: Sat Dec 10, 2016 12:58 am

Minitoc in thesis template

Post by kim95 »

Hello everyone,

I´m working with this thesis template

http://www.latextemplates.com/template/ ... ral-thesis ,

and i am looking forward to include a table of contents in each chapter. I have noticed that the .cls code has to be changed to adapt it to minitoc package, is that true? If the answer is yes, how does it work? I have been trying to change it for myself with some instructions I have found on the Internet, but it is impossible for me.

Thanks in advance

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

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

Minitoc in thesis template

Post by Johannes_B »

Package minitoc has problems with starred chapters, or more precisely with the command \addcontentsline.

You can use package etoc instead. Please see the answer by Christian Hupfer for more details: Local table of contents.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
kim95
Posts: 3
Joined: Sat Dec 10, 2016 12:58 am

Minitoc in thesis template

Post by kim95 »

It has been helpful for me. Thank you!
Post Reply