Tagged Questions
2
votes
1answer
208 views
Using minitoc in included chapters?
I'm writing a thesis. It is structured as a main thesis.tex document, that uses \include to include individual chapters written in separate documents. I would like to include a mini-toc at the ...
1
vote
1answer
392 views
How to place minitoc in right place where some chapters are with star?
I have a main.tex file. There is a part called front matter. Part of the code is,
1.
\frontmatter
\selectlanguage{english}
\include{title}
\include{dedication}
\include{acknowledgements}
...
25
votes
3answers
5k views
List sections of chapter at beginning of that chapter
How can one have a mini table of contents for the current chapter appear just after the chapter name listing all sections of that chapter?