\documentclass[a4paper]{article} \usepackage{geometry} % This fontenc ensures ligature's are compatible with text exports. \usepackage[T1]{fontenc} \usepackage{fancyhdr} \pagestyle{fancy} \lhead{Prof. Theophilus} \chead{} \rhead{Essay on a Theological Topic} \lfoot{} \cfoot{\thepage} \rfoot{1 January 2000} \usepackage{tabularx} \usepackage{graphicx} \usepackage{float} \usepackage{setspace} \usepackage[% titleformat=italic,% Titles in italic title commabeforerest,% A comma after title %ibidem=name&title,% %authorformat=reducedifibidem, citefull=first,% The first citing in full form oxford,% The oxford style super,% Footnotes dotafter=bibentry,% see,% An extra optional argument as a prenote idem bibformat=ibidem, human, ]{jurabib} \renewcommand{\jbtitlefont}{\textit} \usepackage{attrib} \def\PreTrib{} \def\PostTrib{} % We'll do our own parens, thanks! \usepackage{verse} \usepackage{bibleref} \def\V#1 {\raisebox{.5ex}{\scriptsize#1}} \renewcommand{\refname}{Bibliography} \title{ \large TMM1234 --- Theology For Beginners \\ Assignment 1 --- Essay on a Theological Topic \\ Prof. Theophilus} \author{Name: A. Student} \date{Due: Noon, 1 January 2000 } \begin{document} \maketitle \thispagestyle{empty} \newpage \doublespacing \section{Introduction} An example document, complete with a long citation of Johnson,\cite{Johnson10} and a shorter (subsequent) one with page numbers. \citetitle[pp.\@ 1--4]{Johnson10} Notice also that ``reflection'' is recognised by copy and paste, so it plays nicely with \textit{TurnItIn}. \begin{center} \textbf{Word Count: xx words} \end{center} \newpage \singlespacing \bibliography{theology} \bibliographystyle{jox} %instead of the normal one, this is jurabib oxford style \end{document}