Code: Select all
I found no \citation commands---while reading file <example.aux>
I found no \bibdata command---while reading file <example.aux>
I found no \bibstyle command---while reading file <example.aux>
Code: Select all
\documentclass[12pt,openany]{book}
\usepackage{fullpage}
\usepackage{footbib}
\usepackage{harvard}
\begin{document}
Blarg \footcite{Blarg}
\footbibliographystyle{apsr}
\footbibliography{BlargBib}
\end{document}