Is it fair to assume that if an \include command does not add a blank page both before and after, it is because the chapter starts on a page with an odd page number ?
EDIT:
I thought I was having trouble with \include. I had the impression from for example
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=include that \include would add a page both before and after. I had one \include statement in my document and there was indeed a blank page both before and after the chapter. When I added more \include statements I didn't see the same behavior and thought something was wrong until I noticed chapters start on odd page numbers which lead to my assumption above.
openany. Or the include file doesn't contain\chapter. What is the point of the question? Please describe the actual problem you have. – Caramdir Aug 3 '11 at 16:49openanyis requested), it will never by itself add a blank page after the inclusion. that happens only because of an explicit request or another\include. – barbara beeton Aug 3 '11 at 19:37