From 2bb70d88086d0150a270a79ccc268c8bbb493024 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Wed, 7 Mar 2018 18:07:43 -0600 Subject: 2018-03-07 18:07 --- dissertation.cls | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'dissertation.cls') 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} -- cgit v1.2.3