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.
This commit is contained in:
Simon Bruder 2021-06-26 11:50:08 +02:00
parent 58e7aeaa3b
commit 5b93836af0
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

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