summaryrefslogtreecommitdiff
path: root/6033dp1.cls
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2012-04-14 12:57:43 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2012-04-14 12:57:43 -0400
commit46895fa014adcf900087041407c5e3e83225f921 (patch)
treea09dd021550b626eb32bc6d4f1bde137d51f0c55 /6033dp1.cls
parentb4906c140f2e95c8a98b4902b6e7b18bb55f8c41 (diff)
Bugfix: Correct inter-item spacing in enumerated listsHEADv1.0.1master
In the official 6.033 DP1 style guide, there is no extra line between items in itemized lists. I assumed that because itemized lists had no extra line, enumerated lists shouldn't either. Apparently, I was wrong. Woohoo, inconsistency! Reported-by: Alex Chernyakhovsky <achernya@mit.edu>
Diffstat (limited to '6033dp1.cls')
-rw-r--r--6033dp1.cls4
1 files changed, 1 insertions, 3 deletions
diff --git a/6033dp1.cls b/6033dp1.cls
index f1c6859..cb39191 100644
--- a/6033dp1.cls
+++ b/6033dp1.cls
@@ -29,7 +29,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{6033dp1}
- [2012/02/25 v1.0.0 MIT 6.033 design project]
+ [2012/04/14 v1.0.1 MIT 6.033 design project]
\newif\ifdp@titlepage
\DeclareOption{titlepage}{\dp@titlepagetrue}
\DeclareOption{notitlepage}{\dp@titlepagefalse}
@@ -163,8 +163,6 @@
\setcounter{secnumdepth}{0}
\let\Itemize\itemize
\renewcommand{\itemize}{\Itemize\setlength{\itemsep}{-0.67em}}
- \let\Enumerate\enumerate
- \renewcommand{\enumerate}{\Enumerate\setlength{\itemsep}{-0.67em}}
\RequirePackage[normalem]{ulem}
\RequirePackage[dvipdfm]{hyperref}
\hypersetup{colorlinks,linkcolor=black,urlcolor=blue}