aboutsummaryrefslogtreecommitdiff
path: root/dissertation.cls
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2018-03-07 18:07:43 -0600
committerBlaise Thompson <blaise@untzag.com>2018-03-07 18:07:43 -0600
commit2bb70d88086d0150a270a79ccc268c8bbb493024 (patch)
tree7c484e553c23021abd5f5fe4d6c0fc65fac7c315 /dissertation.cls
parentfd1863275c9de02b643000db6ed511af2a808ab9 (diff)
2018-03-07 18:07
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}