Hello there
I was wondering if I could change the length of the bottom margin. I have plenty of space there to use.
I was able to change the top margin length, with the the command \setlength{\topmargin}{-1in}. But I'm not being able to find a similar command to the bottom margin
Page Layout ⇒ Modify the bottom margin distance
NEW: TikZ book now 40% off at Amazon.com for a short time.

Modify the bottom margin distance
You could either change the value of \textheight, or use the geometry package and change the lengths to whatever you want, or remove if you want the default values.
Code: Select all
Code, edit and compile here:
\usepackage[top = 2.75cm,bottom = 2.50cm,left = 3.00cm,right = 2.50cm]{geometry}
Re: Modify the bottom margin distance
very useful thanks
I was a bit afraid of this command, cause I thud it would disarrange my cover. But it worked very well thank you
I was a bit afraid of this command, cause I thud it would disarrange my cover. But it worked very well thank you
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Modify the bottom margin distance
Now that the problem is solved, please mark the topic accordingly as described in Section 3 of the Board Rules.
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