Page Layout ⇒ Page Margins
Page Margins
Hello,
How to control the margins of a page from the left, right, top, and bottom?
Regards
How to control the margins of a page from the left, right, top, and bottom?
Regards
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Page Margins
Hi,
I recommend to use the geometry package, follow the link to get the documentation or use texdoc, type
on the command line on your computer.
geometry provides a flexible interface to customize the page layout including the margins.
Stefan
I recommend to use the geometry package, follow the link to get the documentation or use texdoc, type
Code: Select all
texdoc geometry
geometry provides a flexible interface to customize the page layout including the margins.
Stefan
LaTeX.org admin
Page Margins
Thanks for replying. But how to use this package? and How to apply a specific margins for a specific page, i.e.: not global setting?
Best regards
Best regards
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Page Margins
That's explained in the geometry manual which you can access like Stefan already described.S_David wrote:[...] But how to use this package? [...]
Try the package in combination with gmeometric.S_David wrote:[...] How to apply a specific margins for a specific page, i.e.: not global setting? [...]
Note that changing the layout of a single page distorts the total appearance of the document. If you would describe what you are aiming at, there may be alternative solutions.
Best regards
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Page Margins
I want the top margin in the cover page to be 5 cm, while in all other pages 2.5 cm.localghost wrote:That's explained in the geometry manual which you can access like Stefan already described.S_David wrote:[...] But how to use this package? [...]Try the package in combination with gmeometric.S_David wrote:[...] How to apply a specific margins for a specific page, i.e.: not global setting? [...]
Note that changing the layout of a single page distorts the total appearance of the document. If you would describe what you are aiming at, there may be alternative solutions.
Best regards
Thorsten
Regards
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Page Margins
All right, then. Nothing special. The manuals of the above mentioned packages show explicitly how to do that.S_David wrote:I want the top margin in the cover page to be 5 cm, while in all other pages 2.5 cm. [...]
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Page Margins
Ok, I will search the manual for that. I think it is straightforward, but I don't know how.localghost wrote:All right, then. Nothing special. The manuals of the above mentioned packages show explicitly how to do that.S_David wrote:I want the top margin in the cover page to be 5 cm, while in all other pages 2.5 cm. [...]
Thanks anyway
-
- Posts: 1
- Joined: Thu Aug 13, 2009 3:03 pm
Re: Page Margins
you can use \vspace*{5cm}.