Page LayoutHow to set bottom margin to 20mm without moving the page number?

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
lukaszskowron96
Posts: 36
Joined: Tue Oct 09, 2018 1:01 pm

How to set bottom margin to 20mm without moving the page number?

Post by lukaszskowron96 »

Hi. I am using geometry package and scrartcl document class:

Code: Select all

\usepackage[a4paper, left=20mm, right=20mm, top=20mm, bottom=20mm]{geometry}
However, when I set bottom to 20mm the page number is weirdly low and I don't like it. How can I place it a bit higher?

Many thanks,

Lukasz

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

lukaszskowron96
Posts: 36
Joined: Tue Oct 09, 2018 1:01 pm

How to set bottom margin to 20mm without moving the page number?

Post by lukaszskowron96 »

Ok, I sorted it using:

Code: Select all

\setlength{\footskip}{1cm}
in the preamble.
Post Reply