Tagged Questions
5
votes
1answer
144 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}
...
7
votes
1answer
578 views
\minitoc on the \part-page
I would like to modify the \partpage such that it shows a table of contents of that part. Preferably also one or two levels deeper than the toc in the beginning of the document.
In styling the \part ...
2
votes
1answer
494 views
minitoc: \parttoc does not work for several chapters
I have another problem with minitoc package (and command parttoc).
I have 3 parts in the document, asking for a content within each part. LaTex actually places three contents, but they are all the ...
