aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-12-15 19:54:24 +0100
committerNao Pross <np@0hm.ch>2021-12-15 19:54:24 +0100
commitf97dac209a576e65558126cb29e0e3b6a378c73a (patch)
tree8a955863cf8426fedcaa236401a01a4b6344608b /doc
parentFix ber.py (diff)
downloadFading-f97dac209a576e65558126cb29e0e3b6a378c73a.tar.gz
Fading-f97dac209a576e65558126cb29e0e3b6a378c73a.zip
Less margins
Diffstat (limited to 'doc')
-rw-r--r--doc/thesis/tex/docstyle.sty20
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}