Please notice I'm not talking about
\maketitle
, I just want the name of the book to appear on top of the first chapter, as I said.Code: Select all
\documentclass{book}
\begin{document}
%I want the title to be right here
\chapter{Blah}
\end{document}