diff options
author | Nao Pross <np@0hm.ch> | 2021-12-15 19:54:24 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-12-15 19:54:24 +0100 |
commit | f97dac209a576e65558126cb29e0e3b6a378c73a (patch) | |
tree | 8a955863cf8426fedcaa236401a01a4b6344608b | |
parent | Fix ber.py (diff) | |
download | Fading-f97dac209a576e65558126cb29e0e3b6a378c73a.tar.gz Fading-f97dac209a576e65558126cb29e0e3b6a378c73a.zip |
Less margins
-rw-r--r-- | doc/thesis/tex/docstyle.sty | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/thesis/tex/docstyle.sty b/doc/thesis/tex/docstyle.sty index 5222748..b850f55 100644 --- a/doc/thesis/tex/docstyle.sty +++ b/doc/thesis/tex/docstyle.sty @@ -8,16 +8,16 @@ \ProcessOptions\relax %% Page Margins (done with KOMA) -% \PassOptionsToPackage{geometry}{ -% a4paper, showframe -% } -% \RequirePackage{geometry} -% \AfterCalculatingTypearea{% -% \geometry{% -% inner = 1cm, outer = 1cm, includeheadfoot -% top = 3cm, bottom = 3cm -% } -% } +\PassOptionsToPackage{geometry}{ + a4paper, showframe +} +\RequirePackage{geometry} +\AfterCalculatingTypearea{% + \geometry{% + inner = 3cm, outer = 2.5cm, includeheadfoot, + top = 2cm, bottom = 2cm + } +} %% Need colors \RequirePackage{xcolor} |