I am trying to use \quotchap to put some text before the chapter title using
\begin{savequote}
The Quote
\qauthor{Quote Author}
\end{savequote}
What I wanted was to put all the text on a page before the chapter and begin the chapter on a new page. The quote and the chapter should be on facing pages. This is required as in some cases there is a lot of text which I want to put. But when there is a lot of text, this text gets overlayed with chapter title and chapter text and the result is awful. Giving \newpage after the savequote environment does not help. It can be done manually, without using any special environment, it works in some cases. But I would really like to know if it can be done with \quotchap.
I am using \documentclass{book} with twoside format. Yes that should always be the case, each chapter is preceded by a quote.
When I compile the code in Yiannis' answer, I get two chapters, one with and one without number. But I did not see the \aquote that you have defined and make reference to in the code. Do I have to add anything to the code above, am I missing something that needs to be done? When I try to put the \savequote before the chapter starts, it is showing up the quote text overlayed on chapter title and not on another page.
\documentclassare you using? I assume you're using atwosidedocument format, since you mention "facing pages". Also, would this always be the case? That is, quote on an even (verso) page and chapter start on an odd (recto) page? – Werner Jan 26 '12 at 6:38\documentclass? I only know that one! Works very well with all classes ;-) – Martin Scharrer♦ Jan 26 '12 at 13:57