aboutsummaryrefslogtreecommitdiff
path: root/dissertation.cls
diff options
context:
space:
mode:
Diffstat (limited to 'dissertation.cls')
-rw-r--r--dissertation.cls15
1 files changed, 11 insertions, 4 deletions
diff --git a/dissertation.cls b/dissertation.cls
index a0bb790..9452608 100644
--- a/dissertation.cls
+++ b/dissertation.cls
@@ -39,11 +39,18 @@
\RequirePackage{etoolbox}
\AtBeginEnvironment{verse}{\singlespacing}
+% THE FOLLOWING IS DARK MAGIC THAT I DON'T UNDERSTAND
+% I'M SURE I COULD DO BETTER...
+% - Blaise 2018-03-06
\RequirePackage[shortlabels]{enumitem}
+\setlist[enumerate, 1]{nosep}
+\setlist[enumerate, 2]{nosep, topsep=-5ex}
+\setlist[enumerate, 3]{nosep, topsep=-5ex}
+\setlist[enumerate, 4]{nosep, topsep=-5ex}
\newenvironment{denumerate}
{
- \begin{enumerate}%[topsep=-2ex, itemsep=-2ex, partopsep=-10ex, parsep=1ex]
- \singlespacing
+ \begin{enumerate}
+ \singlespacing
}
{
\end{enumerate}
@@ -51,8 +58,8 @@
\newenvironment{ditemize}
{
- \begin{enumerate}[label=$\rightarrow$]
- \singlespacing
+ \begin{enumerate}
+ \singlespacing
}
{
\end{enumerate}