summaryrefslogtreecommitdiff
path: root/thesis.sty
diff options
context:
space:
mode:
Diffstat (limited to 'thesis.sty')
-rw-r--r--thesis.sty7
1 files changed, 4 insertions, 3 deletions
diff --git a/thesis.sty b/thesis.sty
index eae7d6d..bd3d0c1 100644
--- a/thesis.sty
+++ b/thesis.sty
@@ -17,12 +17,13 @@
\end{singlespacing}
}
-\let\olditem\item
-\def\item{
+\let\olditemize\itemize
+\renewcommand\itemize{
+\olditemize
\setlength{\itemsep}{1pt}
\setlength{\parskip}{0pt}
\setlength{\parsep}{0pt}
-\olditem}
+}
\def\DBKcover{
\ifthenelse{\equal{\DBKedition}{}}{\def\edhead{}}{\def\edhead{Ed. \DBKedition}}