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.dtx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '6033dp1.dtx') 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} -- cgit v1.2.3