I'm having a strange problem.
In my code I have
\tableofcontents
\input{./path/to/my/other/texfile.tex}
My summary is well generated, but the rest of the file, which looks like this:
\chapter*{A Chapter of Definitions}
%\singlespacing
\section*{A Section}
Some text.
\begin{enumerate}
\item \textbf{Name of list}
\begin{enumerate}
\item \textbf{First item:} Text.
...
appears in my dvi with the header SUMMARY, but this file didn't belong to the summary. What's the problem? How can I fix it?
My messy main.tex is in this link in pastebin.
\chapter*doesn't set the headers. Some more information is needed: is this the only unnumbered chapter? – egreg Nov 06 '11 at 21:40\documentclass[a4paper,12pt,fleqn,oneside,openright]{book}I have some chapters unnumbered before, but after, this is the only one. After it I have numbered chapters, the first is my introduction. I added a link to my main file in pastebin, please take a look =).
– GarouDan Nov 06 '11 at 21:50