Also set top and bottom margins to 25mm

If the top and bottom margins are set by typearea, but the left and
right margins are forced by geometry, it doesn’t look right.
master
Simon Bruder 2021-06-26 11:50:08 +02:00
parent 58e7aeaa3b
commit 5b93836af0
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
\usepackage{setspace}
% specified page margins
\usepackage[left=25mm, right=35mm]{geometry}
\usepackage[left=25mm, right=35mm, top=25mm, bottom=25mm]{geometry}
% bibliography
\usepackage{csquotes}