From fd1863275c9de02b643000db6ed511af2a808ab9 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Mon, 5 Mar 2018 12:07:26 -0600 Subject: 2018-03-05 12:07 --- dissertation.cls | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dissertation.cls') diff --git a/dissertation.cls b/dissertation.cls index 43f1677..a0bb790 100644 --- a/dissertation.cls +++ b/dissertation.cls @@ -1,3 +1,5 @@ +% https://grad.wisc.edu/currentstudents/doctoralguide/ + \ProvidesClass{dissertation} % --- basic --------------------------------------------------------------------------------------- @@ -31,7 +33,6 @@ \RequirePackage[utf8]{inputenc} \setlength\parindent{0pt} \setlength{\parskip}{1em} -\setlist{noitemsep, topsep=0pt, parsep=0pt, partopsep=0pt} \renewcommand{\familydefault}{\sfdefault} \newcommand{\RomanNumeral}[1]{\textrm{\uppercase\expandafter{\romannumeral #1\relax}}} @@ -41,7 +42,7 @@ \RequirePackage[shortlabels]{enumitem} \newenvironment{denumerate} { - \begin{enumerate}[topsep=0pt, itemsep=-1ex, partopsep=-10ex, parsep=1ex] + \begin{enumerate}%[topsep=-2ex, itemsep=-2ex, partopsep=-10ex, parsep=1ex] \singlespacing } { -- cgit v1.2.3