5
votes
1answer
142 views

minitoc: parttoc on the same page as the part title

Easy example: \documentclass{scrreprt} \usepackage{minitoc} \begin{document} \doparttoc[n] \noptcrule \tableofcontents \part{foo} \parttoc \chapter{bar1} \chapter{bar2} \chapter{bar3} ...
9
votes
2answers
1k views

How to remove page break after \part in report/book

I have tried to look through, but I couldn't find a clear solution on this. I have a document that uses report with multiple \chapters in multiple \parts as: \part{foo} \chapter{uno} \chapter{dos} ...
7
votes
1answer
250 views

Chapter on any page, but recto after part

Using the book style, I need chapters to start on anypage (as in openany) BUT to be recto after a part (which is also recto). fussy eh!