I'm creating a document with documentclass report in twopage mode so every page is not centered horizontally but shifted towards the center. Now I want a title page that is centered. Being on an odd page (page 1) the content of the page is shifted to the left. Is it possible to center it? If yes, I'd be happy about solutions. I tried playing around with \marginparwidth to no avail. Nothing changed. I also didn't find any solution on Google.
A small example is as follows:
Code: Select all
\documentclass[twoside,a4paper]{report}
\begin{document}
\begin{titlepage}
\begin{center}
{\Huge Title Title Title Title Title Title Title}
\end{center}
\end{titlepage}
\end{document}
Greetings
mK