Re: Problema con Minitoc

#81177
Up
0
Down
::


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}`

Go to top