Generalciting the full reference in the main text?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Mixhael
Posts: 26
Joined: Sun Oct 05, 2008 12:56 pm

citing the full reference in the main text?

Post by Mixhael »

Is it possible to cite the full reference which normally appears in your bibliography?

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.
I found a package called bibentry, but it doesn't seem to work:

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}
Nothing is printed
Last edited by Mixhael on Sun Mar 22, 2009 11:13 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Mixhael
Posts: 26
Joined: Sun Oct 05, 2008 12:56 pm

Re: citing the full reference in the main text?

Post by Mixhael »

guess the incompatibility lies with the humannat style, since I got it working with apalike. Or did I do something wrong?
Post Reply