5 Dicembre 2012 alle 20:37
#81177
::
Grazie mille, sembra funzionare… ma in modo strano ! se scrivi il codice come qui sotto non funziona, se commento il \chapter* Abstract funziona tutto bene :S
`
\begin{document}
\chapter*{Abstract}\addstarredchapter{Abstract}
\chapter*{Acknowledgment}\addstarredchapter{Acknowledgment}
\dominitoc
\adjustmtc
\tableofcontents
\pagenumbering{arabic}
\chapter*{Introduction}\addstarredchapter{Introduction}
\chapter{A Computer Simulation}
\minitoc
\section{First Section of first Chapter}
\lipsum[1-8]
\section{Second Section of first Chapter}
\lipsum[1-8]
\section{Third Section of first Chapter}
\lipsum[1-8]
\end{document}`