Skip to content

Commit a297ad7

Browse files
committed
Smaller font and smaller space between biblio entries.
1 parent 493ccac commit a297ad7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

dissertation_main.pdf

-228 Bytes
Binary file not shown.

dissertation_main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
% Bibliography
111111
\if@openright\cleardoublepage\else\clearpage\fi
112112
\bibliographystyle{um-plainnat} %% specific plainnat does not show url for articles
113-
{\footnotesize\bibliography{chap1/introduction_biblio,chap2/background_and_lit_overview_biblio}}
113+
{\scriptsize\bibliography{chap1/introduction_biblio,chap2/background_and_lit_overview_biblio}}
114114
\printindex
115115
}
116116

um.cls

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
%% ****************************************************
1414

1515
\NeedsTeXFormat{LaTeX2e}
16-
\ProvidesClass{um}[2018/05/01-2019/03/25 v1.2.1 University of Malta, Dissertation/FYP/Thesis Template]
16+
\ProvidesClass{um}[2018/05/01-2021/01/25 v1.3 University of Malta, Dissertation/FYP/Thesis Template]
1717

1818

1919
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{memoir}}
@@ -142,6 +142,9 @@
142142
\newcommand{\removelinebreaks}[1]{%
143143
\begingroup\def\\{ }#1\endgroup}
144144

145+
% Controls space between one reference and the next
146+
\setlength{\bibsep}{6.5pt}
147+
145148
%% ************* Document Options (End) ******************
146149

147150

0 commit comments

Comments
 (0)