Page LayoutSet Margin different for the first Page

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
sombrancelha
Posts: 22
Joined: Fri May 18, 2007 6:48 pm

Set Margin different for the first Page

Post by sombrancelha »

Hello,

I am configuring the layout of my page the following code:

Code: Select all

\documentclass[11pt,a4paper,landscape,twoside]{article}
\usepackage[vmargin=2.2cm,hmargin={8cm,2cm},columnsep=1cm]{geometry}
However, I want, for the first page only, to use different horizontal margins (2cm for both sides). Is there any package that allows me to do that?

Thank you.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Set Margin different for the first Page

Post by localghost »

Since Version 5 the geometry package allows to change the page setup within the document. Just take a look at its manual.


Thorsten
Post Reply