I'd like to set a different margins for the title page and a different one for the rest.
Currently, I've the margins set by the geometry package which is very comfortable:
Code: Select all
\usepackage[a4paper,left=25mm,right=25mm,top=25mm,bottom=35mm]{geometry}
Code: Select all
\begin{titlepage}
...
\end{titlepage}
Code: Select all
\input{title.tex}
I'd like to know what is the easiest/most comfortable/ way to set some other margins - left, right, top and bottom - for the title page.
Thanks in advance.