BibTeX, biblatex and biberunpublished apalike

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
xbender
Posts: 9
Joined: Thu Aug 26, 2010 10:39 pm

unpublished apalike

Post by xbender »

Hello,

Im using apalike style for bibliography and Im having hard time with @unpublished label for working papers.

my bib-tex file is:

Code: Select all

@unpublished{Oft1999,
author = {{Office of Fair Trading}},
institution = {Office of free trading},
title = {{Quantitative techniques in competition analysis}},
year = {1999}
then in my latex file I use

Code: Select all

\citet{Oft1999}
but I get an error command "Warning -- empty note in Oft1999"

I get this mistake for all @unpublished materials.
Can you please advice how to deal with this?
thank you!!

Recommended reading 2024:

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

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

User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: unpublished apalike

Post by frabjous »

If the results look OK, I would ignore that warning. But if you wanted, you could change institution = {...} to note = {...} for each such entry, since I doubt the unpublished category honors an institution field.
Post Reply