Skip to content

Commit f77fd8d

Browse files
committed
improved bibliography layout
1 parent b21683e commit f77fd8d

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

FormatAndDefsThesisExtra.tex

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@
179179
\usepackage[style=alphabetic,maxnames=99,maxcitenames=1,giveninits=false,uniquename=init,backref=true]{biblatex}
180180
% Make parenthical citations the default
181181
\renewcommand\cite{\parencite}
182+
% Help transition from natbib
183+
\newcommand\citep{\parencite}
182184

183185
% Need to bypass an error with texcount https://github.com/cai4cai/XCLThesisTemplate/issues/5
184186
%TC:ignore
@@ -209,6 +211,12 @@
209211
}
210212
}
211213

214+
\usepackage{enumitem}
215+
\defbibenvironment{thesisbibenv}
216+
{\description[font=\normalfont]}
217+
{\enddescription}
218+
{\item[\mkbibbrackets{\printfield{labelalpha}}]}
219+
212220
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
213221
% Hyperreferences
214222
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Methods.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\label{chap:methods}
44
\minitoc
55

6-
What a beautiful method
6+
What a beautiful method~\cite{article-minimal}.
77

88
\newpage
99

Thesis.pdf

1.14 KB
Binary file not shown.

Thesis.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
\addbibresource{JNFull.bib}
2424
\addbibresource{ThesisBibliography.bib}
25+
% xampl.bib is for illustration puposes only
26+
\addbibresource{xampl.bib}
2527

2628
\begin{document}
2729

@@ -71,6 +73,6 @@ \chapter{Acknowledgments}
7173

7274
\backmatter
7375

74-
\printbibliography[heading=bibintoc]
76+
\printbibliography[heading=bibintoc,env=thesisbibenv]
7577

7678
\end{document}

TitlePageKCL.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
\begin{center}
4646
\begin{tabular}{l p{3.3cm} l l}
4747

48-
Technical Supervisor & & Technical Co-Supervisor \\
48+
First Supervisor & & Second Co-Supervisor \\
4949
\textbf{Pr. Paul Erdos} & & \textbf{Pr. Harold Hopkins} \\
5050
& & \\
51-
Clinical Supervisor & & \\
51+
Third Supervisor & & \\
5252
\textbf{Pr. Godfrey N. Hounsfield} & &
5353

5454
\end{tabular}

0 commit comments

Comments
 (0)