I'm using the geometry package to set the margins. I know I can use the option top= to set the top margin, but I would like a different top margin for the first page than the rest of the pages.
What would be easiest way to do this?
General ⇒ changing top margin on first page only
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
changing top margin on first page only
Just use the \vspace*{…} command. It is recommendable to insert a multiple of the length \baselineskip.
Insert this line at the according place in your source.
Best regards
Thorsten¹
Code: Select all
\vspace*{3\baselineskip}
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
changing top margin on first page only
Another option could be the use of the \changepage command provided by the chngpage package (documentation at the end of the .sty file itself).
1,1,2,3,5,8,13,21,34,55,89,144,233,...