Possible Duplicate:
Minitoc + thesis template + pdflatex
I'm using the minitoc.sty package for a chapter table of contents but it won't display anything.
\documentclass[a4paper, 11pt, oneside]{Thesis}
\usepackage{minitoc}
...
\dominitoc
\tableofcontents
\Chapter{Bioaerosol deposition}
\label{Chapter4}
\lhead{Chapter 4. \emph{Bioaerosol deposition: Experimental and CFD approaches}}
\minitoc
The normal toc is fine but nothing is written for minitoc. However the *.mtc files are correct as far as I can see. What do you think?
My Thesis.cls file does this to the toc but I don':
\renewcommand\tableofcontents{
\btypeout{Table of Contents}
\begin{spacing}{1}{
\setlength{\parskip}{1pt}
\if@twocolumn
\@restonecoltrue\onecolumn
\else
\@restonecolfalse
\fi
\chapter*{\contentsname
\@mkboth{
\MakeUppercase\contentsname}{\MakeUppercase\contentsname}}
\@starttoc{toc}
\if@restonecol\twocolumn\fi
\cleardoublepage
}\end{spacing}
}