BibTeX, biblatex and bibernatbib | Bibliography not found

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
tatyanad
Posts: 2
Joined: Wed Dec 14, 2011 5:11 pm

natbib | Bibliography not found

Post by tatyanad »

I'm using natbib to format my citations. But for some reason, the bibliography fails to load and all I get are question marks. Here's code that should reproduce the error. The bib file is attached. I also tried pasting the bib file prior to the beginning of the document, but that didn't work either. Any ideas?

Code: Select all

\documentclass[12pt,english]{article}
\usepackage{natbib}
\usepackage{babel}
\usepackage{pdfpages}

\begin{document}

\title{The Role of Transfer Payments in Mitigating Shocks}

\author{Tatyana D}
\maketitle
\begin{abstract}
Stuff
\end{abstract}

\section{Introduction}
Extreme weather events are a large and growing source of
negative economic shocks. Larger population densities, ecosystem alteration,
and population movements to hazardous areas are causing real damages
from natural disasters to rise \citep{board_ondisasters1999}. World
insured losses have exceeded \$11 billion per year every year since
1987, reaching \$53 billion in 2004 \citep{kunreuther_michelkerjan2007}.%
\footnote{Unless stated otherwise, all monetary amounts have been converted
to 2008 dollars using the Consumer Price Index. Uninsured losses are
difficult to estimate, but a rule of thumb is that they are about
as large as the insured losses in developed countries and about ten
times larger in developing ones.%
} Economic losses between 1992 and 2001 averaged \$49 billion a year
\citet{freeman_etal2003}. Damages are likely to continue growing as
climate change is expected to increase the number and intensity of
extreme events\citep{meehl_etal2007,schneider_etal2007}. \citep{freeman_etal2003}
estimate that damages will reach \$367 billion a year by 2050, a 750
percent increase in real terms. But the economic impacts of extreme
weather are neither predetermined nor random: they depend not only
on the meteorological strength of the event, but also on the policies
and infrastructure in place \citep{zeckhauser1996}. However, we know
little about the economic impacts of natural disasters over time or
the role of institutions and policy in mitigating them.

\bibliographystyle{chicago}
\bibliography{C:/Users/deryugin/Dropbox/citations/hurricane_citations.bib}

\end{document}
Attachments
hurricane_citations.bib
Bib file
(14.92 KiB) Downloaded 240 times

Recommended reading 2024:

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

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

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: natbib | Bibliography not found

Post by josephwright »

Did you run LaTeX, then BibTeX, then LaTeX twice? Did BibTeX give any errors (in the .blg file). By the way, usually you should not use an absolute path for your .bib file.
Joseph Wright
tatyanad
Posts: 2
Joined: Wed Dec 14, 2011 5:11 pm

Re: natbib | Bibliography not found

Post by tatyanad »

I use TeXworks, which should do that automatically, I thought?
latexhelp1
Posts: 141
Joined: Sun Jun 12, 2011 6:30 am

natbib | Bibliography not found

Post by latexhelp1 »

I don't think TeXworks would do the trick. Try TeXnic Center.
tatyanad wrote:I use TeXworks, which should do that automatically, I thought?
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

natbib | Bibliography not found

Post by localghost »

tatyanad wrote:I use TeXworks, which should do that automatically, I thought?
TeXworks doesn't run BibTeX (or Biber) automatically. But the source of the error might be located where else. In current versions of the common TeX distributions BibTeX (as well as MakeIndex) has got a security mechanism that doesn't allow absolute paths any more.


Thorsten
Post Reply