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:
parent
58e7aeaa3b
commit
5b93836af0
|
@ -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}
|
||||
|
|
Reference in a new issue