If I use the quotchap package, with the following sample code,
\documentclass{book}
\usepackage[grey]{quotchap}
\begin{document}
\input{ch1}
\chapter{Chapter 2 Heading}
\end{document}
it recognizes chapter 2 as chapter 1, and does not assign a number to the first chapter which is read from the following file:
\chapter*{Introduction}
\begin{quote}
A quote.
\end{quote}
Any hint for this problem?
\chapter*in the file. The starred variant produces an unnumbered chapter heading (which also doesn't step the chapter counter). – cgnieder Dec 13 '12 at 19:41*in\chapter*{}mean. – ArTourter Dec 13 '12 at 19:43