I'm trying to configure biblatex to work so that I get Author-Year references in footnotes rather than in the bulk of the text.
So what I want is:
Previous literature has suggested* and this is tue.
*Bloggs, 2010, p. 10
I am currently using biblatex with the apa style. If there is a simple command to make this appear in footnotes (without having to include titles and publishing info) then it'd be great to know!
biblatexprovides the\footcitecommand, which does as you ask. – Andrew Swann Jan 7 at 14:00