Is there a command in the book document class that typesets a copyright page in the opening pages of the book?
Minimal example:
Code: Select all
\documentclass{book}
\title{MY BOOK}
\author{Me}
\date{}
\begin{document}
\maketitle
\tableofcontents
\chapter{Introduction}
\chapter{Conclusion}
\end{document}