From 207ff17b87113b40fdf2eb11271d8028ee0b76b3 Mon Sep 17 00:00:00 2001 From: Andreas Zwinkau Date: Wed, 2 Dec 2015 16:19:55 +0100 Subject: [PATCH] draft and recalc for safety --- thesis/style/studarbeit.sty | 4 ++++ thesis/thesis.tex | 1 + 2 files changed, 5 insertions(+) diff --git a/thesis/style/studarbeit.sty b/thesis/style/studarbeit.sty index d5fc60b..26c47c6 100644 --- a/thesis/style/studarbeit.sty +++ b/thesis/style/studarbeit.sty @@ -1,5 +1,7 @@ \usepackage{lmodern} +\usepackage{microtype} + \usepackage[german]{babel} \usepackage{tikz} @@ -130,3 +132,5 @@ \newcommand{\tikzselect}[3][black!20]{{ \fill[color=#1] plot[smooth cycle, tension=#2] coordinates{#3} -- cycle; }} + +\recalctypearea % necessary if e.g. somebody changes fonts diff --git a/thesis/thesis.tex b/thesis/thesis.tex index de3b615..ea98ef1 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -4,6 +4,7 @@ % binding correction (BCOR) von 1cm für Leimbindung \KOMAoptions{BCOR=1cm} +\KOMAoptions{draft=yes} \usepackage[utf8]{inputenc} % encoding of sources \usepackage[T1]{fontenc} -- GitLab