diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-03-11 10:55:15 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-03-11 10:55:15 +0100 |
commit | 4d931905658b55f96a92cd061751cdcb3bf73838 (patch) | |
tree | 922c088178c2d34702794a72ffe00d85da95709c | |
parent | c8697e8138a2c9b076b21c8c875953c3c9dceb14 (diff) |
Adjust margins to printing recommendations
-rw-r--r-- | templates/book.latex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/book.latex b/templates/book.latex index 6631942..7e49fd0 100644 --- a/templates/book.latex +++ b/templates/book.latex @@ -171,8 +171,8 @@ $endif$ \usepackage{parskip} % Margins -\usepackage[top=1.2cm, - bottom=1.2cm, +\usepackage[top=1.5cm, + bottom=1.5cm, left=1.75cm, right=2.1cm, footskip=1.3cm, |