
Search found 3 matches
- Sat Oct 15, 2016 9:53 am
- Forum: Theses, Books, Title pages
- Topic: How to remove appendix, bibliography, etc from part minitoc
- Replies: 6
- Views: 8493
Re: How to remove appendix, bibliography, etc from part mini
Thanks... I don't know how I skipped that 

- Fri Oct 14, 2016 8:09 pm
- Forum: Theses, Books, Title pages
- Topic: How to remove appendix, bibliography, etc from part minitoc
- Replies: 6
- Views: 8493
How to remove appendix, bibliography, etc from part minitoc
If your table of contents has an own entry in the table of contents, something is dodgy. It is not standard and the reason is in your code. Please prepare a minimal working example for us to reproduce your special problem.
Hi Johannes, many thanks for your help. This is the first time I do this ...
Hi Johannes, many thanks for your help. This is the first time I do this ...
- Wed Oct 12, 2016 10:55 am
- Forum: Theses, Books, Title pages
- Topic: How to remove appendix, bibliography, etc from part minitoc
- Replies: 6
- Views: 8493
How to remove appendix, bibliography, etc from part minitoc
Hi Augusto,
welcome to the forum!
You could insert
\addtocontents{toc}{\protect\setcounter{tocdepth}{-1}}
when the appendix starts.
Stefan
Hi! I'm trying to use this code to hide "Table of contents" in the same Table of contents. However, while it does hide it, it also hides from the Table ...
welcome to the forum!
You could insert
\addtocontents{toc}{\protect\setcounter{tocdepth}{-1}}
when the appendix starts.
Stefan
Hi! I'm trying to use this code to hide "Table of contents" in the same Table of contents. However, while it does hide it, it also hides from the Table ...