% LaTeX Example by Andreas Sjostedt
% More details at http://wiki.lyx.org/LyX/HumanitiesLyX
%
\documentclass[a4paper]{article}
\usepackage[%
titleformat=italic,% Titles in italic
titleformat=commasep,% A comma between athors and title
titleformat=all,% Always show a title (or a short title)
commabeforerest,% A comma after title
ibidem=strict,%
citefull=first,% The first citing in full form
oxford,% The oxford style
super,% Footnotes
dotafter=true,%
see,% An extra optional argument as a prenote
idem
]{jurabib}
\title{Using Jurabib for Oxford style footcite with the normal cite command}
\author{Andreas Sjostedt}
\date{}
\begin{document}
\maketitle
In an earlier book on game theory\cite{basar1995dynamic}, Basar states that\dots
\newpage
\bibliographystyle{jox} %instead of the normal one, this is jurabib oxford style
\bibliography{bibliography.bib}
\end{document}