Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion common/common.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@
\usepackage{fancyhdr}
\usepackage{titletoc}
\usepackage[explicit]{titlesec}
\usepackage{natbib}
\usepackage[style=draft]{biblatex}
\usepackage{csquotes}
\usepackage[dvipsnames]{xcolor}
\usepackage[sc]{mathpazo}
\linespread{1.05}
\usepackage[T1]{fontenc}
\usepackage{minted}

\addbibresource{../common/bibliography.bib}

\hypersetup{
colorlinks=true,
linkcolor=black,
Expand Down
2 changes: 1 addition & 1 deletion dissertation/background.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\chapter{Background}
\label{ch:background}

Your literature review goes here. \citet{hughes1989functional} discusses the advantages of functional programming by exploring \emph{e.g.}\ lists, trees, and noughts and crosses in a functional programming language.
Your literature review goes here. \autocite{hughes1989functional} discusses the advantages of functional programming by exploring \emph{e.g.}\ lists, trees, and noughts and crosses in a functional programming language.
3 changes: 1 addition & 2 deletions dissertation/dissertation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
\input{evaluation.tex}
\input{conclusions.tex}

\bibliographystyle{../common/plainnat}
\bibliography{../common/bibliography}
\printbibliography

\end{document}
2 changes: 1 addition & 1 deletion progress-report/background.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\section{Background}
\label{sec:background}

Your literature review goes here. \citet{hughes1989functional} discusses the advantages of functional programming by exploring \emph{e.g.}\ lists, trees, and noughts and crosses in a functional programming language.
Your literature review goes here. \autocite{hughes1989functional} discusses the advantages of functional programming by exploring \emph{e.g.}\ lists, trees, and noughts and crosses in a functional programming language.
3 changes: 1 addition & 2 deletions progress-report/progress-report.tex
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
\input{progress.tex}
\input{project-management.tex}

\bibliographystyle{../common/plainnat}
\bibliography{../common/bibliography}
\printbibliography

\end{document}
3 changes: 1 addition & 2 deletions specification/specification.tex
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ \section{Introduction}
% \input{progress.tex}
% \input{project-management.tex}

\bibliographystyle{../common/plainnat}
\bibliography{../common/bibliography}
\printbibliography

\end{document}