ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Curiouslearn <curiouslearn@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Bibliography help - some problems I have noticed
Date: Sat, 5 Dec 2009 10:52:21 -0500	[thread overview]
Message-ID: <3b4b12310912050752x1743423an8c691c4e82acf52c@mail.gmail.com> (raw)

I was trying to figure out the problem and I found that the database I
was referring to was empty. I perhaps forgot to save it. When replaced
with the appropriate .bib file I do get the references at the end of
the document. But I observed the following. Would really appreciate if
someone could point out whether I am making a mistake or whether there
is a bug.

(1) If the Key has a paranthesis, the \cite[Reference] gives empty brackets.
(2) If I use \cite[author][Reference] then I get a line break after
the opening paranthesis.
(3) Also, note that I refer to only one paper of Daughety and
Reinganum in the minimal example below. However, because there are two
papers by them in my database, the References section lists the year
as (2000a) instead of just (2000). The bbl file generated contains all
the references in my database and not only the once I have cited.
Should it not contain only the ones I have cited in the document.

The following is a minimals example, demonstrating above problems. I
have included the bibtex source of the citations used below. If you
need more information, please let me know.

*****************************************************************************************************************
\usemodule[bib]
\setupbibtex[database=econbibTest]
\setupwhitespace[big]
\starttext
\section{Checking Bib}

Using \type{\cite[author][BergstromBagnoli2005]}  gives a line break
after the opening paranthesis.
Using \cite[author][BergstromBagnoli2005] gives a line break after the
opening paranthesis.

Using \type{\cite[author,year][BergstromBagnoli2005]} just returns the
key in the document in place of the author names and the year.
Using \cite[author,year][BergstromBagnoli2005] just returns the key in
the document in place of the author names and the year

Paranthesis in the key such as this one,
\type{\cite[Daughety_Reinganum(2000)]}, gives empty brackets.
Paranthesis in the key such as this
one,\cite[Daughety_Reinganum(2000)], gives empty brackets

Also, note that even though I refer to only one paper of Daughety and
Reinganum, because there are two papers by them in my database, the
References section lists the year as (2000a) instead of just (2000).
The bbl file generated contains all the references in my database and
not only the once I have cited. Should it not contain only the ones I
have cited in the document.

\completepublications[criterium=all]
\stoptext

*****************************************************************************************************************
@ARTICLE{Daughety_Reinganum(2000),
  author = {Andrew Daughety and Jennifer Reinganum},
  title = {Appealing Judgments},
  journal = {Rand Journal of Economics},
  year = {2000},
  volume = {31},
  pages = {502-525},
  owner = {Bharat},
  timestamp = {2009.01.18}
}

@ARTICLE{BergstromBagnoli2005,
  author = {Mark Bagnoli and Ted Bergstrom},
  title = {Log-concave Probability and its Applications},
  journal = {Economic Theory},
  year = {2005},
  volume = {26},
  pages = {445-469},
  owner = {bbhole},
  timestamp = {2008.06.08}
}
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


             reply	other threads:[~2009-12-05 15:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-05 15:52 Curiouslearn [this message]
2009-12-06  9:40 ` Taco Hoekwater
2009-12-06 13:22   ` Curiouslearn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3b4b12310912050752x1743423an8c691c4e82acf52c@mail.gmail.com \
    --to=curiouslearn@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).