summaryrefslogtreecommitdiff
path: root/6033dp1.dtx
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.dtx
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.dtx')
-rw-r--r--6033dp1.dtx8
1 files changed, 3 insertions, 5 deletions
diff --git a/6033dp1.dtx b/6033dp1.dtx
index b3f5ac5..232e711 100644
--- a/6033dp1.dtx
+++ b/6033dp1.dtx
@@ -29,7 +29,7 @@
%<class>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<class>\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]
%</class>
%
%<*driver>
@@ -80,7 +80,7 @@
%</driver>
% \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}