From 5b93836af0906d9fa4edbea08b12c86564d59426 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 26 Jun 2021 11:50:08 +0200 Subject: [PATCH] Also set top and bottom margins to 25mm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- seminararbeit.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seminararbeit.tex b/seminararbeit.tex index 48ea2ab..7f36bc2 100644 --- a/seminararbeit.tex +++ b/seminararbeit.tex @@ -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}