I'm using the geometry package in the book class and now I want the margins of the first page of each chapter to be, for example, top=50mm, bottom=50mm, left=50mm, right=50mm and the margins of other pages to be, say, top=30mm, bottom=30mm, left=30mm, right=30mm.
BTW, I want to do it in the preamle, and not in the document body itself. For convenience, I put the following MWE:
\documentclass{book}
\usepackage[top=50mm, bottom=50mm, left=50mm, right=50mm]{geometry}
\usepackage{lipsum}
\begin{document}
\chapter{One}
\lipsum[1-12]
\chapter{Two}
\lipsum[4-8]
\end{document}
I'm familiar with commands like \newgeometry, \savegeometry, and \loadgeometry etc, but I couldn't accomplish that. Can anybody please help me do that?
afterpagepackage. But this isn't working for me:\newgeometry{top=50mm,bottom=50mm,left=50mm,right=50mm}\afterpage{\clearpage\restoregeometry}(just thought mentioning the package could help) – someonr Sep 20 '12 at 22:37LuaTeX, but I don't think anyone has done so yet. – jon Sep 25 '12 at 01:18