From 9e0b0097b6f728a59ac470303156f2afb86bd8a7 Mon Sep 17 00:00:00 2001 From: Thomas Pietrzak Date: Mon, 8 Nov 2021 10:47:03 +0100 Subject: [PATCH] Reduce space between lines in bibliography --- phdthesis.cls | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/phdthesis.cls b/phdthesis.cls index e248c2e..c243d1d 100644 --- a/phdthesis.cls +++ b/phdthesis.cls @@ -881,8 +881,10 @@ % \endlist} \def\thebibliography#1{\onecolumn \chapter*{\refname\@mkboth - {\uppercase{\refname}}{\uppercase{\refname}}}\label{chap:biblio} -\addcontentsline{toc}{chapter}{\nameref{chap:biblio}}\list + {\uppercase{\refname}}{\uppercase{\refname}}} + \label{chap:biblio} + \addcontentsline{toc}{chapter}{\nameref{chap:biblio}} + \list {\@biblabel{\arabic{enumiv}}}{\settowidth\labelwidth{\@biblabel{#1}}% \leftmargin\labelwidth \advance\leftmargin\labelsep @@ -983,12 +985,16 @@ \clubpenalty=10000 \widowpenalty=10000 +\usepackage{setspace} + %reduce space between bib items \let\OLDthebibliography\thebibliography \renewcommand\thebibliography[1]{ \OLDthebibliography{#1} - \setlength{\parskip}{2pt} - \setlength{\itemsep}{2pt plus 0.3ex} + %\linespread{0.0} + \setstretch{1.1} + \setlength{\parskip}{4pt} + \setlength{\itemsep}{4pt plus 0.3ex} } % \def\section{\@startsection{section}{1}{\z@} -- 2.30.2