BibTeX, biblatex and biberBibTex only reads some of the references listed in .bib-file

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Jan_EcoFin_1993
Posts: 2
Joined: Sat Dec 08, 2018 3:44 pm

BibTex only reads some of the references listed in .bib-file

Post by Jan_EcoFin_1993 »

Hey guys,

I have a strange problem that I can't seem to find the answer to. My .bib file looks something like this (this is only a short extract). When I compile through Bibtex, only some of the references show up in the reference list. In this extract this would be the 4. and 6. (Barberis and Chabi-Yo). I don't find any differnces between those entries and the others. Any idea why this would be a problem? I'm using TeXworks by the way. Thanks for your help

Code: Select all

@Article{Amihud2002,
  author  = {Amihud, Yakov},
  title   = {Illiquidity and stock returns: cross-section and time-series effects},
  journal = {Journal of Financial Markets},
  year    = {2002},
  volume  = {5},
  number  = {1},
  pages   = {31--56},
}


@article{ANG.2006,
 author = {ANG, ANDREW and HODRICK, ROBERT J. and XING, YUHANG and ZHANG, XIAOYAN},
 year = {2006},
 title = {The Cross-Section of Volatility and Expected Returns},
 pages = {259--299},
 volume = {61},
 number = {1},
 journal = {The Journal of Finance}
}


@article{Bali.2011,
 author = {Bali, Turan G. and Cakici, Nusret and Whitelaw, Robert F.},
 year = {2011},
 title = {Maxing out: Stocks as lotteries and the cross-section of expected returns},
 pages = {427--446},
 volume = {99},
 number = {2},
 journal = {Journal of Financial Economics}
}


@article{Barberis.2008,
 author = {Barberis, Nicholas and Huang, Ming},
 year = {2008},
 title = {Stocks as Lotteries: The Implications of Probability Weighting for Security Prices},
 pages = {2066--2100},
 volume = {98},
 number = {5},
 journal = {American Economic Review}
}


@article{Boehme.2009,
 author = {Boehme, Rodney D. and Danielsen, Bartley R. and Kumar, Praveen and Sorescu, Sorin M.},
 year = {2009},
 title = {Idiosyncratic risk and the cross-section of stock returns: Merton (1987) meets Miller (1977)},
 pages = {438--468},
 volume = {12},
 number = {3},
 journal = {Journal of Financial Markets}
}


@article{Boyer.2009,
 author = {Boyer, Brian H. and Mitton, Todd and Vorkink, Keith},
 year = {2009},
 title = {Expected Idiosyncratic Skewness},
 journal = {SSRN Electronic Journal}
}


@article{ChabiYo.2010,
 author = {Chabi-Yo, Fousseni and Yang, Jun},
 year = {2010},
 title = {Default Risk, Idiosyncratic Coskewness and Equity Returns},
 journal = {SSRN Electronic Journal}
}

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

BibTex only reads some of the references listed in .bib-file

Post by Johannes_B »

Do you cite them all in your document? Does the log file contain any errors or warnings?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Jan_EcoFin_1993
Posts: 2
Joined: Sat Dec 08, 2018 3:44 pm

BibTex only reads some of the references listed in .bib-file

Post by Jan_EcoFin_1993 »

I don't think all of the sources are cited yet. There are however several references that were quoted that do not show up. The log-file contains a couple of warnings, but those are all about the citations that could not be found (which is the problem in the first place).

I do have the same problem if I read the data in via filecontents
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

BibTex only reads some of the references listed in .bib-file

Post by Stefan Kottwitz »

Hi Jan,

welcome to the forum!

You could try the \nocite{*} command.

Stefan
LaTeX.org admin
Post Reply