Hi guys;
I'm trying to alter out the page margins as desired to my work.
I need :
3.5 cm empty space from left side.
2.5 cm empty space from any other side
Surely on A4 page .
I need these settings to be on pages after the Main Matter pages ,i.e.,after the first 10 pages .
Thanks all
Page Layout ⇒ Altering Page Margins
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Altering Page Margins
Use the changepage package for standard classes. The memoir class seems to have a built-in feature.
Best regards
Thorsten¹
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
-
- Posts: 68
- Joined: Mon Jul 06, 2009 7:44 pm
Re: Altering Page Margins
Could I do that without extra package?
O.K how could we do that for entire document ?
O.K how could we do that for entire document ?
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Altering Page Margins
I'm not aware of such a possibility. All concerned commands are for the preamble thus make global settings.QwareeqMathematics wrote:Could I do that without extra package? […]
Just use the geometry package.QwareeqMathematics wrote:O.K how could we do that for entire document ?
Code: Select all
Code, edit and compile here:
\documentclass[11pt,a4paper,english]{article}\usepackage[T1]{fontenc}\usepackage[utf8]{inputenc}\usepackage{babel}\usepackage[bindingoffset=1cm,includeheadfoot,margin=2cm]{geometry}\usepackage{blindtext}\usepackage{lmodern}\begin{document}\blinddocument\end{document}
Generally it's not recommendable to change the layout inside a document. Once a layout has been set up, it should be kept.
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