I would like to add a single page before the cover page so that the cover page starts with a larger margin on the left, thus placed on the right hand side of the book.
\documentclass[12pt,a4paper,twoside]{book}
\begin{document}
\null\newpage
\begin{titlepage}
\begin{center}
\vspace*{0.5cm}
{\large\textbf{Title}} \\
\vspace{3cm}
DISSERTATION \\ [1em]
zur Erlangung des akademischen Grades \\ [1em]
Dr. rer. nat. \\
im the Institute of \\ [1em]
so and so \\
from the university \\ [1em]
von \\
\end{center}
\vspace{1cm}
%\end{adjustwidth*}
\end{titlepage}
\end{document}
\null\newpagejust after\begin{document}? But if its only margin-related, have you considered using thetwosideoption in\documentclass[options]{class}? – ebosi Apr 11 '16 at 13:11\usepackage{showframe}you'll see that you're issue is because of the margin. Thus, you could have a look at Different margins for title page, change title page margins ONLY without packages, and if you use a KOMA class: Remove margins for title page. – ebosi Apr 11 '16 at 13:46openrightas an option in\documentclass? – cacamailg Apr 11 '16 at 22:11titlepagewith .e.g.,fancyhdrpackage; Or use packagegeometrypackage along with the command\geometryso that you will have a different geometry for thetitlepageand another for the rest of the document. – cacamailg Apr 11 '16 at 22:15