I've got a problem with my tables of contents (both local and global...)
I want to include a section line in my main toc that does not appear in the minitoc of the previous chapter. Also I would like this line to be separated from the sections of the previous chapter in the main toc by at least one empty line.
I tried to make a minimum working example, in which you'll see that the "Figures" line is added to the minitoc of chapter 2 and seems to belong to chapter 2 in the main toc.
\documentclass[a4paper, 12pt, twoside]{report}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{minitoc}
\setcounter{minitocdepth}{2}
\begin{document}
\dominitoc
\tableofcontents
\chapter{The important things}
\minitoc
\section{foo}
\section{bar}
\chapter{Minor stuff}
\minitoc
\section{foo}
\section{bar}
\listoffigures
\addcontentsline{toc}{section}{Figures}
\end{document}


minitocis unmaintained basically for years now, which is quite sad, because it has very good features – Jul 29 '15 at 18:01