So you can include the full reference wherever you want?
Something like: \citefull{key}
which will lead to:
Code: Select all
Comaroff, J. and J. Comaroff
2001. Naturing the nation: Aliens, apocalypse, and the postcolonial state. Social Identities,
7(2):233–265.
Code: Select all
\documentclass[11pt, twoside, titlepage]{article}
\usepackage{palatino}
\usepackage{paralist}
\usepackage{natbib}
\usepackage[margin=3cm]{geometry}
\citestyle{chicago}
\usepackage{palatcm}
\usepackage{fancyhdr}
\usepackage[Lenny]{fncychap}
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{url}
\usepackage{endnotes}
\usepackage{dropping}
\usepackage{bibentry}
\pagestyle{empty}
\bibpunct[: ]{(}{)}{;}{a}{}{,}
\bibliographystyle{humannaturl}
\linespread{1.3}
\setcounter{secnumdepth}{0}
\graphicspath{{./images/}}
\lhead{{\small Assignment 2}}
\chead{}
\rhead{{\small \textbf{\textsc{Negating difference, countering exclusion}}}}
\lfoot{{\small Name Surname}}
\rfoot{{\small \textbf{\thepage}}}
\cfoot{}
\renewcommand{\headrulewidth}{0.1pt}
\renewcommand{\footrulewidth}{0.1pt}
\newlength{\drop}
\begin{document}
\input{titlepage}
\titleGM
\nobibliography{Assignment2}
\bibentry{croucher1998sas}
\end{document}