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
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
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