summaryrefslogtreecommitdiff
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
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>
-rw-r--r--6033dp1.cls4
-rw-r--r--6033dp1.dtx8
-rw-r--r--6033dp1.pdfbin384832 -> 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 @@
%<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}
diff --git a/6033dp1.pdf b/6033dp1.pdf
index 2f9f26d..ccd5311 100644
--- a/6033dp1.pdf
+++ b/6033dp1.pdf
Binary files differ