Tagged Questions
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}
...
1
vote
0answers
127 views
Keeping a long minitoc from starting on a new page [closed]
Is there a way to force a long \minitoc to begin on the same page as the chapter title and split into the next page if it is too lengthy? As of now my only long \minitoc starts on a new page and the ...
