BibTeX, biblatex and biberQuestion Marks appear instead of References

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
tugba
Posts: 1
Joined: Thu Aug 16, 2012 3:41 pm

Question Marks appear instead of References

Post by tugba »

Hi all,

I read all topics related with question mark references. However, I couldn't fix mine.

Here is my code which is saved as "si_hap.tex".

Code: Select all

\usepackage{natbib}
\bibpunct{(}{)}{;}{a}{,}{,}
\newpage
\bibliographystyle{chicago}
\bibliography{si_hap}
Here is my bibliography database file which is saved as "si_hap.bib".

Code: Select all

% This file was created with JabRef 2.8.1.
% Encoding: Cp1252

@ARTICLE{Aaberge_2007_JEI,
  author = {Aaberge, R.},
  title = {Gini's Nuclear Family},
  journal = {Journal of Economic Inequality},
  year = {2007},
  volume = {5},
  pages = {305--322}
}
I really did all basic staff; compile bibliography and source file twice, saved both files under same name etc.
Last edited by localghost on Sun Sep 16, 2012 11:01 am, edited 2 times 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.

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

Re: Question Marks appear instead of References

Post by josephwright »

Your LaTeX snippet does not cite your database: I assume you did that. You say you ran BibTeX: can we see the output (.bbl) and log (.blg) files?
Joseph Wright
Post Reply