Many large books are doing this kind of stuff.
Here's a working code to start the idea :
Code: Select all
\documentclass[12pt,letterpaper,twoside]{book}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[total={6in,10in},left=1.5in,top=0.5in,includehead,includefoot]{geometry}
\usepackage{lipsum}
\begin{document}
\tableofcontents
\chapter{Test chapter one}
\lipsum[1-7]
\clearpage
\chapter{Test chapter two}
\lipsum[1-30]
\end{document}