aboutsummaryrefslogtreecommitdiff
path: root/dissertation.cls
diff options
context:
space:
mode:
Diffstat (limited to 'dissertation.cls')
-rw-r--r--dissertation.cls13
1 files changed, 12 insertions, 1 deletions
diff --git a/dissertation.cls b/dissertation.cls
index 942f905..afb2dc9 100644
--- a/dissertation.cls
+++ b/dissertation.cls
@@ -59,7 +59,18 @@
}
\newcommand{\dsignature}[1]{\hfill \normalfont{-- #1}}
-
+
+
+% --- tables --------------------------------------------------------------------------------------
+
+
+\BeforeBeginEnvironment{table}{\clearpage}
+\AfterEndEnvironment{table}{\clearpage}
+
+
+% --- lists ---------------------------------------------------------------------------------------
+
+
\RequirePackage[shortlabels]{enumitem}
\setlist[enumerate, 1]{nosep}
\setlist[enumerate, 2]{nosep, topsep=-5ex}