I'm trying to add the preface to the contents along with the page on the far right.
I had written it as following:
\chapter*{Preface}
but it does not appear on the contents. If I write it as
\chapter{Preface}
then it would be the first chapter of the book and I don't want this at all...
How can I do that?



\addtotoc{chapter}{Preface}should do it. [Edit, sorry, this is a macro, see karlkoeller for the correct answer.] – Clément Jan 13 '15 at 17:20