From 46895fa014adcf900087041407c5e3e83225f921 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 14 Apr 2012 12:57:43 -0400 Subject: Bugfix: Correct inter-item spacing in enumerated lists 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 --- 6033dp1.cls | 4 +--- 6033dp1.dtx | 8 +++----- 6033dp1.pdf | Bin 384832 -> 384017 bytes 3 files changed, 4 insertions(+), 8 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} diff --git a/6033dp1.dtx b/6033dp1.dtx index b3f5ac5..232e711 100644 --- a/6033dp1.dtx +++ b/6033dp1.dtx @@ -29,7 +29,7 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesClass{6033dp1} %<*class> - [2012/02/25 v1.0.0 MIT 6.033 design project] + [2012/04/14 v1.0.1 MIT 6.033 design project] % % %<*driver> @@ -80,7 +80,7 @@ % % \fi % -% \CheckSum{330} +% \CheckSum{322} % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z % Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z @@ -802,12 +802,10 @@ more information on IEEE citation, see: % \end{macrocode} % % \subsubsection{Lists} -% Spacing within lists is severely reduced. +% Spacing within itemized lists is severely reduced. % \begin{macrocode} \let\Itemize\itemize \renewcommand{\itemize}{\Itemize\setlength{\itemsep}{-0.67em}} - \let\Enumerate\enumerate - \renewcommand{\enumerate}{\Enumerate\setlength{\itemsep}{-0.67em}} % \end{macrocode} % % \subsubsection{Hyperlinks} diff --git a/6033dp1.pdf b/6033dp1.pdf index 2f9f26d..ccd5311 100644 Binary files a/6033dp1.pdf and b/6033dp1.pdf differ -- cgit v1.2.3