I stumbled upon this problem, because I wanted to correct the margins of my title page. I've a two sided document, which resulted in the title page not being centered. On the internet I came across the solution to use the geometry package and define a new layout before the title page and restore the previous one after. This works great. The problem is however that the geometry package in general ruins my margings. I.e. without the package the margins are beautiful (default), but with the package included the oddsidemargin disappears and the textwidth is too wide.
Here an example:
Code: Select all
\documentclass[a4paper,titlepage,twoside,openright]{report}
\usepackage{geometry}
\usepackage{layout}
\begin{document}
\layout
\end{document}
Best regards,
ChoKamir
PS the reset option on the geometry package does not work.